[]
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)
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) |