|
| float | CurveScale = 1.0f |
| |
| float | ShearAmount = 1.0f |
| |
| AnimationCurve | VertexCurve = new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.25f, 2.0f), new Keyframe(0.5f, 0), new Keyframe(0.75f, 2.0f), new Keyframe(1, 0f)) |
| |
| float TMPro.Examples.SkewTextExample.CurveScale = 1.0f |
| float TMPro.Examples.SkewTextExample.ShearAmount = 1.0f |
| AnimationCurve TMPro.Examples.SkewTextExample.VertexCurve = new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.25f, 2.0f), new Keyframe(0.5f, 0), new Keyframe(0.75f, 2.0f), new Keyframe(1, 0f)) |
The documentation for this class was generated from the following file: