C# Class Spine.Unity.Examples.FootSoldierExample

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: EsotericSoftware/spine-runtimes

Public Properties

Property Type Description
attackKey KeyCode
leftKey KeyCode
moveSpeed float
rightKey KeyCode

Public Methods

Method Description
Apply ( SkeletonRenderer skeletonRenderer ) : void
Awake ( ) : void
Update ( ) : void

Private Methods

Method Description
Blink ( ) : IEnumerator

Method Details

Apply() public method

public Apply ( SkeletonRenderer skeletonRenderer ) : void
skeletonRenderer SkeletonRenderer
return void

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

attackKey public_oe property

public KeyCode attackKey
return KeyCode

leftKey public_oe property

public KeyCode leftKey
return KeyCode

moveSpeed public_oe property

public float moveSpeed
return float

rightKey public_oe property

public KeyCode rightKey
return KeyCode