C# Class FlowerBloom

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
closeAngle float
closeTime float
open bool
openAngle float
openCurve UnityEngine.AnimationCurve
openTime float
pedals UnityEngine.HingeJoint[]

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

closeAngle public property

public float closeAngle
return float

closeTime public property

public float closeTime
return float

open public property

public bool open
return bool

openAngle public property

public float openAngle
return float

openCurve public property

public AnimationCurve,UnityEngine openCurve
return UnityEngine.AnimationCurve

openTime public property

public float openTime
return float

pedals public property

public HingeJoint[],UnityEngine pedals
return UnityEngine.HingeJoint[]