Go to the source code of this file.
|
class | Leap.Unity.Attributes.CurveBoundsAttribute |
| You can use this attribute to mark that an AnimationCurve can only have values that fall within specific bounds. The user will be prevented from entering a curve that lies outside of these bounds. More...
|
|
class | Leap.Unity.Attributes.UnitCurveAttribute |
| You can use this attribute to mark that an AnimationCurve can only have values that range from 0 to 1. The user will be prevented from entering a curve that lies outside of these bounds. More...
|
|