Méthode | Description | |
---|---|---|
Add ( string animationBaseName, bool allowRandomAnimationNumber, bool loop ) : AnimationItem | ||
DoRenderFrame ( ) : void | ||
GetRandomAnimationNumber ( string animationBaseName, bool firstAnimationIn10TimesMoreOften ) : int | ||
MeshObjectAnimationController ( MeshObject meshObject, float blendingTime ) : System | ||
Remove ( AnimationItem item ) : void | ||
RemoveAll ( ) : void |
Méthode | Description | |
---|---|---|
UpdateAnimationStatesWeights ( ) : void |
public Add ( string animationBaseName, bool allowRandomAnimationNumber, bool loop ) : AnimationItem | ||
animationBaseName | string | |
allowRandomAnimationNumber | bool | |
loop | bool | |
Résultat | AnimationItem |
public GetRandomAnimationNumber ( string animationBaseName, bool firstAnimationIn10TimesMoreOften ) : int | ||
animationBaseName | string | |
firstAnimationIn10TimesMoreOften | bool | |
Résultat | int |
public MeshObjectAnimationController ( MeshObject meshObject, float blendingTime ) : System | ||
meshObject | MeshObject | |
blendingTime | float | |
Résultat | System |
public Remove ( AnimationItem item ) : void | ||
item | AnimationItem | |
Résultat | void |