cohtml.MeshInfo

Public Functions

Name
MeshInfo()
voidGetSubMeshId(SubMeshDescriptor desc, out int subMeshId)
voidReset()

Public Attributes

Name
Meshm_Mesh
boolm_ShouldBeUpdated
intm_CurrentSubMeshId

Public Functions Documentation

function MeshInfo

MeshInfo()

function GetSubMeshId

void GetSubMeshId(
    SubMeshDescriptor desc,
    out int subMeshId
)

function Reset

void Reset()

Public Attributes Documentation

variable m_Mesh

Mesh m_Mesh;

variable m_ShouldBeUpdated

bool m_ShouldBeUpdated;

variable m_CurrentSubMeshId

int m_CurrentSubMeshId;