C# Class UnityEditor.ControlPointRenderer.RenderChunk

显示文件 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_oe property

public List colors
return List

indices public_oe property

public List indices
return List

isDirty public_oe property

public bool isDirty
return bool

mesh public_oe property

public Mesh,UnityEngine mesh
return UnityEngine.Mesh

uvs public_oe property

public List uvs
return List

vertices public_oe property

public List vertices
return List