C# Class LeverControl

Inheritance: MonoBehaviour
Mostrar archivo Open project: Denakee/HackerMan_2016

Public Properties

Property Type Description
interacts GameObject[]
leverAng float
trig leverState
up bool

Public Methods

Method Description
Off ( ) : void
On ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Off() public method

public Off ( ) : void
return void

On() public method

public On ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

interacts public_oe property

public GameObject[] interacts
return GameObject[]

leverAng public_oe property

public float leverAng
return float

trig public_oe property

public leverState trig
return leverState

up public_oe property

public bool up
return bool