C# Class TreeSegment, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental Class Usage Examples

Méthodes publiques

Свойство Type Description
alphaDecay float
branched bool
enableAlphaDecay bool
enableWidthDecay bool
maxBranchAngle float
maxDepth int
minBranchAngle float
readyToBranch bool
sizeScalar float

Méthodes publiques

Méthode Description
Awake ( ) : void
Branch ( ) : bool
Init ( int _depthLevel, float _rotateAmount, float _sizeScalar ) : void
OnMouseUp ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Branch() public méthode

public Branch ( ) : bool
Résultat bool

Init() public méthode

public Init ( int _depthLevel, float _rotateAmount, float _sizeScalar ) : void
_depthLevel int
_rotateAmount float
_sizeScalar float
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

Property Details

alphaDecay public_oe property

public float alphaDecay
Résultat float

branched public_oe property

public bool branched
Résultat bool

enableAlphaDecay public_oe property

public bool enableAlphaDecay
Résultat bool

enableWidthDecay public_oe property

public bool enableWidthDecay
Résultat bool

maxBranchAngle public_oe property

public float maxBranchAngle
Résultat float

maxDepth public_oe property

public int maxDepth
Résultat int

minBranchAngle public_oe property

public float minBranchAngle
Résultat float

readyToBranch public_oe property

public bool readyToBranch
Résultat bool

sizeScalar public_oe property

public float sizeScalar
Résultat float