C# Class TSAnimation, PoniGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: 3dAnon/PoniGame Class Usage Examples

Méthodes publiques

Свойство Type Description
blinkCurve UnityEngine.AnimationCurve

Méthodes publiques

Méthode Description
BackLeftHoofstep ( ) : void
BackRightHoofstep ( ) : void
FixedUpdate ( ) : void
Flinch ( ) : void
FrontLeftHoofstep ( ) : void
FrontRightHoofstep ( ) : void
OnDie ( ) : void
PostAnimationUpdate ( Health, health ) : void
PreAnimationUpdate ( bool isPlayer ) : void
Start ( ) : void

Private Methods

Méthode Description
IsFlinching ( ) : bool
PlayHoofstep ( AudioSource source ) : void
SetRagdoll ( bool activated ) : void
StoreBasePose ( ) : void

Method Details

BackLeftHoofstep() public méthode

public BackLeftHoofstep ( ) : void
Résultat void

BackRightHoofstep() public méthode

public BackRightHoofstep ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Flinch() public méthode

public Flinch ( ) : void
Résultat void

FrontLeftHoofstep() public méthode

public FrontLeftHoofstep ( ) : void
Résultat void

FrontRightHoofstep() public méthode

public FrontRightHoofstep ( ) : void
Résultat void

OnDie() public méthode

public OnDie ( ) : void
Résultat void

PostAnimationUpdate() public méthode

public PostAnimationUpdate ( Health, health ) : void
health Health,
Résultat void

PreAnimationUpdate() public méthode

public PreAnimationUpdate ( bool isPlayer ) : void
isPlayer bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

blinkCurve public_oe property

public AnimationCurve,UnityEngine blinkCurve
Résultat UnityEngine.AnimationCurve