C# Class ThirdPersonSimpleAnimation, unity-network-sample

Inheritance: MonoBehaviour
Afficher le fichier Open project: anchan828/unity-network-sample Class Usage Examples

Méthodes publiques

Свойство Type Description
runSpeedScale float
torso Transform
walkSpeedScale float

Méthodes publiques

Méthode Description
ApplyDamage ( ) : void
Awake ( ) : void
DidButtStomp ( ) : void
DidLand ( ) : void
DidPunch ( ) : void
DidWallJump ( ) : void
Update ( ) : void

Method Details

ApplyDamage() public méthode

public ApplyDamage ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

DidButtStomp() public méthode

public DidButtStomp ( ) : void
Résultat void

DidLand() public méthode

public DidLand ( ) : void
Résultat void

DidPunch() public méthode

public DidPunch ( ) : void
Résultat void

DidWallJump() public méthode

public DidWallJump ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

runSpeedScale public_oe property

public float runSpeedScale
Résultat float

torso public_oe property

public Transform torso
Résultat Transform

walkSpeedScale public_oe property

public float walkSpeedScale
Résultat float