Property | Type | Description | |
---|---|---|---|
thisType |
Method | Description | |
---|---|---|
GetMeshID ( ) : string |
获取网格组件ID
|
|
GetTriangleCount ( ) : int |
获得网格组件中模型的三角面数
|
|
GetVertexCount ( ) : int |
获得网格组件中模型的顶点数
|
|
SetDrawDepth ( bool bDraw ) : void |
设置绘制深度
|
|
SetMeshID ( String sMeshId, int priority ) : void |
为网格组件设置模型资源
|
Method | Description | |
---|---|---|
MeshRenderComponent ( ) : System |
Method | Description | |
---|---|---|
MeshRenderComponent ( DummyClass__ dummy ) : System |
public SetMeshID ( String sMeshId, int priority ) : void | ||
sMeshId | String | 模型资源路径 |
priority | int | 加载的方式,0为同步加载,1为异步加载 |
return | void |