C# Class GrowBall, OZML

Inheritance: MonoBehaviour
显示文件 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_oe property

public float GrowSpeed
return float

ScaleMin public_oe property

public float ScaleMin
return float

ScaleScale public_oe property

public float ScaleScale
return float

ThinkRate public_oe property

public float ThinkRate
return float