[]
A delegate that handles events that occur when the integer value of an animation variable changes.
public delegate void Variable2.IntegerValue1ChangedDelegate(int newValue, int previousValue)
| Type | Name | Description |
|---|---|---|
| int | newValue | A delegate that handles events that occur when the integer value of an animation variable changes. |
| int | previousValue | A delegate that handles events that occur when the integer value of an animation variable changes. |
| Name | Description |
|---|---|
| IntegerValue1ChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(int, int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(int, int) |