C# Class Sol.PlayerAnimationController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
anim UnityEngine.Animator
newRoverWheels EquipableItem
playerStats PlayerStats

Méthodes publiques

Méthode Description
Update ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

anim public_oe property

public Animator,UnityEngine anim
Résultat UnityEngine.Animator

newRoverWheels public_oe property

public EquipableItem,Sol newRoverWheels
Résultat EquipableItem

playerStats public_oe property

public PlayerStats,Sol playerStats
Résultat PlayerStats