C# Class PetalMesh

Inheritance: MonoBehaviour
Mostra file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
firstSegment Collider
flowerCurve UnityEngine.AnimationCurve
growthDelayCurve UnityEngine.AnimationCurve
growthProgress float
lastSegment Collider
morph float
morphCurve UnityEngine.AnimationCurve
numVertices int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
InitMesh ( ) : void
UpdateMesh ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

firstSegment public_oe property

public Collider firstSegment
return Collider

flowerCurve public_oe property

public AnimationCurve,UnityEngine flowerCurve
return UnityEngine.AnimationCurve

growthDelayCurve public_oe property

public AnimationCurve,UnityEngine growthDelayCurve
return UnityEngine.AnimationCurve

growthProgress public_oe property

public float growthProgress
return float

lastSegment public_oe property

public Collider lastSegment
return Collider

morph public_oe property

public float morph
return float

morphCurve public_oe property

public AnimationCurve,UnityEngine morphCurve
return UnityEngine.AnimationCurve

numVertices public_oe property

public int numVertices
return int