C# Class CardboardControl

Inheritance: MonoBehaviour
Datei anzeigen Open project: waltzaround/Cardboard-Asteroids Class Usage Examples

Public Properties

Property Type Description
eventCooldown float

Public Methods

Method Description
Awake ( ) : void
EventReady ( string name ) : bool
Update ( ) : void

Private Methods

Method Description
CooldownEnabledFor ( string name ) : bool
CooledDown ( string name ) : bool
FixBrokenBaseSDK ( ) : void
QuestionableBaseSDKRequirements ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

EventReady() public method

public EventReady ( string name ) : bool
name string
return bool

Update() public method

public Update ( ) : void
return void

Property Details

eventCooldown public_oe property

public float eventCooldown
return float