C# Class LeverControl

Inheritance: MonoBehaviour
Afficher le fichier Open project: Denakee/HackerMan_2016

Méthodes publiques

Свойство Type Description
interacts GameObject[]
leverAng float
trig leverState
up bool

Méthodes publiques

Méthode Description
Off ( ) : void
On ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Off() public méthode

public Off ( ) : void
Résultat void

On() public méthode

public On ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

interacts public_oe property

public GameObject[] interacts
Résultat GameObject[]

leverAng public_oe property

public float leverAng
Résultat float

trig public_oe property

public leverState trig
Résultat leverState

up public_oe property

public bool up
Résultat bool