C# Class ProceduralTree, Elemental

Inheritance: MonoBehaviour
Mostra file Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
endWidth float
height float
startWidth 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

endWidth public_oe property

public float endWidth
return float

height public_oe property

public float height
return float

startWidth public_oe property

public float startWidth
return float