[]
A delegate that handles events that occur when the integer value of an animation variable changes.
public delegate void Variable2.IntegerValue2ChangedDelegate(int newValue1, int newValue2, int prevValue1, int prevValue2)
Public Delegate Sub Variable2.IntegerValue2ChangedDelegate(newValue1 As Integer, newValue2 As Integer, prevValue1 As Integer, prevValue2 As Integer)
| Type | Name | Description |
|---|---|---|
| int | newValue1 | A delegate that handles events that occur when the integer value of an animation variable changes. |
| int | newValue2 | A delegate that handles events that occur when the integer value of an animation variable changes. |
| int | prevValue1 | A delegate that handles events that occur when the integer value of an animation variable changes. |
| int | prevValue2 | A delegate that handles events that occur when the integer value of an animation variable changes. |
| Name | Description |
|---|---|
| IntegerValue2ChangedDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(int, int, int, int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(int, int, int, int) |