C# Class AudioTimeDelay, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Datei anzeigen Open project: n1ckfg/ITP_OpenSourceAnimation

Public Properties

Property Type Description
delayLength float
randomStart bool
timeDelay bool

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

delayLength public_oe property

public float delayLength
return float

randomStart public_oe property

public bool randomStart
return bool

timeDelay public_oe property

public bool timeDelay
return bool