C# Class Action_RandomAnim, urban-survivors

Inheritance: FSM.Action_periodic
Afficher le fichier Open project: exdev/urban-survivors

Méthodes publiques

Свойство Type Description
anim_comp Animation
anim_names string[]

Méthodes publiques

Méthode Description
Action_RandomAnim ( float _delay, float _interval, Animation _anim, string _names ) : UnityEngine
exec ( ) : void

Method Details

Action_RandomAnim() public méthode

public Action_RandomAnim ( float _delay, float _interval, Animation _anim, string _names ) : UnityEngine
_delay float
_interval float
_anim Animation
_names string
Résultat UnityEngine

exec() public méthode

public exec ( ) : void
Résultat void

Property Details

anim_comp public_oe property

public Animation anim_comp
Résultat Animation

anim_names public_oe property

public string[] anim_names
Résultat string[]