C# Class CombinedMeshRenderer.CombinedMeshBuffer

Show file 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 property

public bool changed
return bool

clean public property

public bool clean
return bool

colors32 public property

public Color32[] colors32
return Color32[]

index public property

public int index
return int

objects public property

public int[] objects
return int[]

triangles public property

public int[] triangles
return int[]

uv public property

public Vector2[] uv
return Vector2[]

vertices public property

public Vector3[] vertices
return Vector3[]