C# Class TreePieceMeshMaker, Elemental

Inheritance: MonoBehaviour
Mostrar archivo Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
endWidthRatio float
secsBetweenUpdates float

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

endWidthRatio public_oe property

public float endWidthRatio
return float

secsBetweenUpdates public_oe property

public float secsBetweenUpdates
return float