C# Class FlowerBloom

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
closeAngle float
closeTime float
open bool
openAngle float
openCurve UnityEngine.AnimationCurve
openTime float
pedals UnityEngine.HingeJoint[]

Méthodes publiques

Méthode Description
Update ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

closeAngle public_oe property

public float closeAngle
Résultat float

closeTime public_oe property

public float closeTime
Résultat float

open public_oe property

public bool open
Résultat bool

openAngle public_oe property

public float openAngle
Résultat float

openCurve public_oe property

public AnimationCurve,UnityEngine openCurve
Résultat UnityEngine.AnimationCurve

openTime public_oe property

public float openTime
Résultat float

pedals public_oe property

public HingeJoint[],UnityEngine pedals
Résultat UnityEngine.HingeJoint[]