C# Class empGrower

Inheritance: MonoBehaviour
Datei anzeigen Open project: jsngai/deepsquid Class Usage Examples

Public Properties

Property Type Description
coroutineDone bool
debugFeatures bool
growScale float
sizeLimit float
startSize float
waitTime float

Public Methods

Method Description
Start ( ) : void
a ( ) : IEnumerator
startGrowing ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

a() public method

public a ( ) : IEnumerator
return IEnumerator

startGrowing() public method

public startGrowing ( ) : void
return void

Property Details

coroutineDone public_oe property

public bool coroutineDone
return bool

debugFeatures public_oe property

public bool debugFeatures
return bool

growScale public_oe property

public float growScale
return float

sizeLimit public_oe property

public float sizeLimit
return float

startSize public_oe property

public float startSize
return float

waitTime public_oe property

public float waitTime
return float