C# Class FlowerBloom

Inheritance: MonoBehaviour
Mostra 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_oe property

public float closeAngle
return float

closeTime public_oe property

public float closeTime
return float

open public_oe property

public bool open
return bool

openAngle public_oe property

public float openAngle
return float

openCurve public_oe property

public AnimationCurve,UnityEngine openCurve
return UnityEngine.AnimationCurve

openTime public_oe property

public float openTime
return float

pedals public_oe property

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