Entity.Animate Method

Gives a chance to derived classes to change the entity position/rotation at each timer tick.
Protected Friend Overridable Sub Animate( _ 
ByVal frameNumber As Integer
)
This language is not supported or no code example is available.
internal protected virtual void Animate( 
int frameNumber 
)
This language is not supported or no code example is available.

Parameters

frameNumber
int

Remarks
 
This method is executed in a background thread because the timer used to run animation is a System.Threading.Timer

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition