![]() |
Public Member Functions | |
OnChanged (string propertyName) | |
Use this attribute on a method you want to call when a specific property value changes. Example: [OnChanged(nameof(PropertyName)]
Note: if used on network array, the method should have one parameter to be used as an index. If not used on an array, it should be parameterless.
Netick.OnChanged.OnChanged | ( | string | propertyName | ) |