C# Class CharController

Inheritance: MonoBehaviour
Show file Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Public Properties

Property Type Description
SATAN GameObject
charAnim Animator
player GameObject
triggerscript TriggerChooser
walkingspeed float

Private Methods

Method Description
CheckDirection ( ) : void
Start ( ) : void
Update ( ) : void

Property Details

SATAN public property

public GameObject SATAN
return GameObject

charAnim public property

public Animator charAnim
return Animator

player public property

public GameObject player
return GameObject

triggerscript public property

public TriggerChooser triggerscript
return TriggerChooser

walkingspeed public property

public float walkingspeed
return float