cohtml.MeshInfo
Public Functions
| Name | |
|---|---|
| MeshInfo() | |
| void | GetSubMeshId(SubMeshDescriptor desc, out int subMeshId) | 
| void | Reset() | 
Public Attributes
| Name | |
|---|---|
| Mesh | m_Mesh | 
| bool | m_ShouldBeUpdated | 
| int | m_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;