C# Class PlayerAnimation, Unity3D

Inheritance: MonoBehaviour
Afficher le fichier Open project: k-lock/Unity3D Class Usage Examples

Méthodes publiques

Свойство Type Description
LEFT_MOUSE bool
PLAYER_ANIMATIONS string[]
RIGHT_MOUSE bool
life float
walkingSpeed float

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
Play ( int id ) : void
PlayTileAnim ( int frame ) : void
Update ( ) : void

Private Methods

Méthode Description
AnimationSetup ( ) : void
HorizontalAngle ( Vector3 direction ) : float

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Play() public méthode

public Play ( int id ) : void
id int
Résultat void

PlayTileAnim() public méthode

public PlayTileAnim ( int frame ) : void
frame int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

LEFT_MOUSE public_oe property

public bool LEFT_MOUSE
Résultat bool

PLAYER_ANIMATIONS public_oe property

public string[] PLAYER_ANIMATIONS
Résultat string[]

RIGHT_MOUSE public_oe property

public bool RIGHT_MOUSE
Résultat bool

life public_oe property

public float life
Résultat float

walkingSpeed public_oe property

public float walkingSpeed
Résultat float