C# Class GrowBall, OZML

Inheritance: MonoBehaviour
Show file Open project: merveilles/OZML

Public Properties

Property Type Description
GrowSpeed float
ScaleMin float
ScaleScale float
ThinkRate float

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
Think ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

GrowSpeed public property

public float GrowSpeed
return float

ScaleMin public property

public float ScaleMin
return float

ScaleScale public property

public float ScaleScale
return float

ThinkRate public property

public float ThinkRate
return float