Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

Geometry

class in Unity.VectorGraphics

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Holds the tessellated Scene geometry and associated data.

Properties

Property Description
ColorThe color of the geometry.
FillThe fill of the geometry. May be null.
FillTransformThe filling transform of the geometry.
IndicesThe triangle indices of the geometry.
SettingIndexThe setting index of the geometry.
UnclippedBoundsThe unclipped bounds of the geometry.
UVsThe UV coordinates of the geometry.
VerticesThe vertices of the geometry.
WorldTransformThe world transform of the geometry.