Table of Contents

Class UITextSplineController.GlyphQuad

protected class UITextSplineController.GlyphQuad : UITextSplineController.IGlyph
Inheritance
UITextSplineController.GlyphQuad
Implements

Fields

Rect

public Rect Rect

Field Value

Rect

V

public UIVertex[] V

Field Value

UIVertex[]

Properties

Center

public Vector3 Center { get; }

Property Value

Vector3

Methods

Load(List<UIVertex>, int)

public void Load(List<UIVertex> verts, int index)

Parameters

verts List<UIVertex>
index int

LoadTris(List<UIVertex>, int)

public void LoadTris(List<UIVertex> verts, int index)

Parameters

verts List<UIVertex>
index int

Rotate(Quaternion)

public void Rotate(Quaternion rotation)

Parameters

rotation Quaternion

Save(List<UIVertex>, int)

public void Save(List<UIVertex> verts, int index)

Parameters

verts List<UIVertex>
index int

Save(VertexHelper)

public void Save(VertexHelper vh)

Parameters

vh VertexHelper

Transpose(Vector3)

public void Transpose(Vector3 v)

Parameters

v Vector3

calcRect()

public void calcRect()