addcalback to array property

Options
Hello! How can I subscribe to change array property at BoltEntityState

state.AddCallback("arrayProperty", OnArrayChanged);

void OnArrayChanged()
{
}

this code is not work

Comments