C# Class Lever, DreamCatcher

Inheritance: MonoBehaviour
Mostra file Open project: themechanicalturk/DreamCatcher Class Usage Examples

Public Properties

Property Type Description
isTimed bool
numberOfStates int
state int
timeRemaining float
timer float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void
getState ( ) : int
pull ( ) : void
updateState ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getState() public method

public getState ( ) : int
return int

pull() public method

public pull ( ) : void
return void

updateState() public method

public updateState ( ) : void
return void

Property Details

isTimed public_oe property

public bool isTimed
return bool

numberOfStates public_oe property

public int numberOfStates
return int

state public_oe property

public int state
return int

timeRemaining public_oe property

public float timeRemaining
return float

timer public_oe property

public float timer
return float