C# Class UnityEditor.ControlPointRenderer.RenderChunk

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
colors List
indices List
isDirty bool
mesh UnityEngine.Mesh
uvs List
vertices List

Property Details

colors public property

public List colors
return List

indices public property

public List indices
return List

isDirty public property

public bool isDirty
return bool

mesh public property

public Mesh,UnityEngine mesh
return UnityEngine.Mesh

uvs public property

public List uvs
return List

vertices public property

public List vertices
return List