Class UITextSplineController.GlyphPlain
protected class UITextSplineController.GlyphPlain : UITextSplineController.IGlyph
- Inheritance
-
UITextSplineController.GlyphPlain
- Implements
-
Fields
Rect
Field Value
- Rect
V
Field Value
- Vector3[]
Properties
Center
public Vector3 Center { get; }
Property Value
- Vector3
Methods
Load(ref Vector3[], int)
public void Load(ref Vector3[] verts, int index)
Parameters
verts Vector3[]
index int
Rotate(Quaternion)
public void Rotate(Quaternion rotation)
Parameters
rotation Quaternion
Save(ref Vector3[], int)
public void Save(ref Vector3[] verts, int index)
Parameters
verts Vector3[]
index int
Transpose(Vector3)
public void Transpose(Vector3 v)
Parameters
v Vector3
calcRect()