C# Class CircleFractal, GGJ2016

Inheritance: MonoBehaviour
Exibir arquivo Open project: netgrind/GGJ2016 Class Usage Examples

Public Properties

Property Type Description
angleOffset float
minSize float
obj GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
create ( GameObject par, float size, float a ) : void

Private Methods

Method Description
createNew ( GameObject par, float offset, float a ) : GameObject

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

create() public method

public create ( GameObject par, float size, float a ) : void
par GameObject
size float
a float
return void

Property Details

angleOffset public_oe property

public float angleOffset
return float

minSize public_oe property

public float minSize
return float

obj public_oe property

public GameObject obj
return GameObject