SyncVar.OnVariableSet
Name | Type |
---|---|
OnVariableSet | EventHandler |
Event callback function requirement
info
This property is an event. It means that you need to add a listener function to it. Here how that function needs to look like.
function(any value);