C# Class CombinedMeshRenderer.CombinedMeshBuffer

显示文件 Open project: explodingbarrel/lwf

Public Properties

Property Type Description
changed bool
clean bool
colors32 Color32[]
index int
objects int[]
triangles int[]
uv Vector2[]
vertices Vector3[]

Public Methods

Method Description
Alloc ( int n ) : void

Method Details

Alloc() public method

public Alloc ( int n ) : void
n int
return void

Property Details

changed public_oe property

public bool changed
return bool

clean public_oe property

public bool clean
return bool

colors32 public_oe property

public Color32[] colors32
return Color32[]

index public_oe property

public int index
return int

objects public_oe property

public int[] objects
return int[]

triangles public_oe property

public int[] triangles
return int[]

uv public_oe property

public Vector2[] uv
return Vector2[]

vertices public_oe property

public Vector3[] vertices
return Vector3[]