Netick.OnChanged Class Reference
Inheritance diagram for Netick.OnChanged:

Public Member Functions

 OnChanged (string propertyName)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ OnChanged()

Netick.OnChanged.OnChanged ( string  propertyName)