Class CharacterAnimator
Inheritance
CharacterAnimator
Assembly: Main.dll
Syntax
public class CharacterAnimator : ObjectBase
Fields
|
Improve this Doc
View Source
pAnimationData
Declaration
public AnimationData_Container pAnimationData
Field Value
Methods
|
Improve this Doc
View Source
DoPlayAnimation(String)
Declaration
public void DoPlayAnimation(string strAnimation)
Parameters
Type |
Name |
Description |
String |
strAnimation |
|
|
Improve this Doc
View Source
DoPlayAnimation_Loop(String)
Declaration
public void DoPlayAnimation_Loop(string strAnimation)
Parameters
Type |
Name |
Description |
String |
strAnimation |
|
|
Improve this Doc
View Source
OnAwake()
Declaration
protected override void OnAwake()
Overrides