Property | Type | Description | |
---|---|---|---|
LineThickness | float | ||
Margin | Vector2 | ||
Points | Vector2[] | ||
UseMargins | bool | ||
relativeSize | bool |
Method | Description | |
---|---|---|
RotatePointAroundPivot ( Vector3 point, Vector3 pivot, Vector3 angles ) : Vector3 |
Method | Description | |
---|---|---|
OnPopulateMesh ( Mesh toFill ) : void | ||
SetVbo ( Vector2 vertices, Vector2 uvs ) : UIVertex[] |
protected OnPopulateMesh ( Mesh toFill ) : void | ||
toFill | Mesh | |
return | void |
public RotatePointAroundPivot ( Vector3 point, Vector3 pivot, Vector3 angles ) : Vector3 | ||
point | Vector3 | |
pivot | Vector3 | |
angles | Vector3 | |
return | Vector3 |
protected SetVbo ( Vector2 vertices, Vector2 uvs ) : UIVertex[] | ||
vertices | Vector2 | |
uvs | Vector2 | |
return | UIVertex[] |