Class InternalMesh
Inheritance
System.Object
InternalMesh
Assembly: Aximo.Render.dll
Syntax
public abstract class InternalMesh
Constructors
|
Improve this Doc
View Source
InternalMesh()
Declaration
|
Improve this Doc
View Source
InternalMesh(Mesh)
Declaration
public InternalMesh(Mesh meshData)
Parameters
Type |
Name |
Description |
Mesh |
meshData |
|
|
Improve this Doc
View Source
InternalMesh(Mesh, RendererMaterial)
Declaration
public InternalMesh(Mesh meshData, RendererMaterial material)
Parameters
Fields
|
Improve this Doc
View Source
Materials
Declaration
public List<RendererMaterial> Materials
Field Value
Properties
|
Improve this Doc
View Source
Material
Declaration
public RendererMaterial Material { get; set; }
Property Value
|
Improve this Doc
View Source
MaterialIds
Declaration
public ReadOnlyCollection<int> MaterialIds { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
|
Improve this Doc
View Source
Mesh
Declaration
public Mesh Mesh { get; }
Property Value
Methods
|
Improve this Doc
View Source
SetMesh(Mesh)
Declaration
public void SetMesh(Mesh mesh)
Parameters
Type |
Name |
Description |
Mesh |
mesh |
|