C# Class CharController

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public GameObject SATAN
return GameObject

charAnim public_oe property

public Animator charAnim
return Animator

player public_oe property

public GameObject player
return GameObject

triggerscript public_oe property

public TriggerChooser triggerscript
return TriggerChooser

walkingspeed public_oe property

public float walkingspeed
return float