C# Class CharacterAnimMovement, Team4BabelGame

Inheritance: MonoBehaviour
ファイルを表示 Open project: veselin-/Team4BabelGame Class Usage Examples

Public Methods

Method Description
Footstep ( ) : void
PlayGibberish ( ) : void
StartAdjustPosition ( GameObject interactable ) : void

Private Methods

Method Description
AdjustPosition ( GameObject interactable ) : IEnumerator
CharacterMove ( Vector3 move ) : void
Idle ( ) : void
Start ( ) : void
Update ( ) : void
UpdateAnimator ( Vector3 move ) : void

Method Details

Footstep() public method

public Footstep ( ) : void
return void

PlayGibberish() public method

public PlayGibberish ( ) : void
return void

StartAdjustPosition() public method

public StartAdjustPosition ( GameObject interactable ) : void
interactable GameObject
return void