Triggered when an animation action is
performed.
| [Visual Basic .NET] |
|---|
Public Event OnAnimationPlayback( _
ByVal CurrentTime As Double, _
ByVal eAction As AgEAnimationActions, _
ByVal eDirection As AgEAnimationDirections _
)
|
| [C#] |
|---|
public void OnAnimationPlayback(
|
| [Managed C++] |
|---|
public: void OnAnimationPlayback(
|
| [Java] |
|---|
public onAnimationPlayback(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnAnimationPlayback(
|
- CurrentTime
- eAction
-
Member Value Description eAniActionPlay 0 Play. eAniActionStart 1 Start. - eDirection
-
Member Value Description eAniNonAvail 0 Not available. eAniForward 1 Forward. eAniBackward 2 Backward.