C# Class Spine.Unity.Examples.FootSoldierExample

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: EsotericSoftware/spine-runtimes

Méthodes publiques

Свойство Type Description
attackKey KeyCode
leftKey KeyCode
moveSpeed float
rightKey KeyCode

Méthodes publiques

Méthode Description
Apply ( SkeletonRenderer skeletonRenderer ) : void
Awake ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Blink ( ) : IEnumerator

Method Details

Apply() public méthode

public Apply ( SkeletonRenderer skeletonRenderer ) : void
skeletonRenderer SkeletonRenderer
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

attackKey public_oe property

public KeyCode attackKey
Résultat KeyCode

leftKey public_oe property

public KeyCode leftKey
Résultat KeyCode

moveSpeed public_oe property

public float moveSpeed
Résultat float

rightKey public_oe property

public KeyCode rightKey
Résultat KeyCode