Triggered upon animation step.
[Visual Basic .NET] |
---|
Public Event OnAnimationStep( _
ByVal CurrentTime As Double _
)
|
[C#] |
---|
public void OnAnimationStep(
|
[Managed C++] |
---|
public: void OnAnimationStep(
|
[Java] |
---|
public onAnimationStep(
|
[Unmanaged C++] |
---|
public: HRESULT OnAnimationStep(
|
- CurrentTime