C# Class ScriptRuntime.MeshRenderComponent

网格渲染组件类
Inheritance: RenderComponent
Afficher le fichier Open project: Genesis-3D/Genesis-3D Class Usage Examples

Méthodes publiques

Свойство Type Description
thisType System.Type

Méthodes publiques

Méthode Description
GetMeshID ( ) : string

获取网格组件ID

GetTriangleCount ( ) : int

获得网格组件中模型的三角面数

GetVertexCount ( ) : int

获得网格组件中模型的顶点数

SetDrawDepth ( bool bDraw ) : void

设置绘制深度

SetMeshID ( String sMeshId, int priority ) : void

为网格组件设置模型资源

Méthodes protégées

Méthode Description
MeshRenderComponent ( ) : System

Private Methods

Méthode Description
MeshRenderComponent ( DummyClass__ dummy ) : System

Method Details

GetMeshID() public méthode

获取网格组件ID
public GetMeshID ( ) : string
Résultat string

GetTriangleCount() public méthode

获得网格组件中模型的三角面数
public GetTriangleCount ( ) : int
Résultat int

GetVertexCount() public méthode

获得网格组件中模型的顶点数
public GetVertexCount ( ) : int
Résultat int

MeshRenderComponent() protected méthode

protected MeshRenderComponent ( ) : System
Résultat System

SetDrawDepth() public méthode

设置绘制深度
public SetDrawDepth ( bool bDraw ) : void
bDraw bool
Résultat void

SetMeshID() public méthode

为网格组件设置模型资源
public SetMeshID ( String sMeshId, int priority ) : void
sMeshId String 模型资源路径
priority int 加载的方式,0为同步加载,1为异步加载
Résultat void

Property Details

thisType public_oe static_oe property

public static Type,System thisType
Résultat System.Type