Class MeshComponent
Inheritance
System.Object
MeshComponent
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public abstract class MeshComponent
Properties
|
Improve this Doc
View Source
Count
Declaration
public abstract int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Type
Declaration
public virtual MeshComponentType Type { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
AddRange(MeshComponent, Int32, Int32)
Declaration
public abstract void AddRange(MeshComponent src, int start, int count)
Parameters
Type |
Name |
Description |
MeshComponent |
src |
|
System.Int32 |
start |
|
System.Int32 |
count |
|
|
Improve this Doc
View Source
CloneEmpty()
Declaration
public abstract MeshComponent CloneEmpty()
Returns
|
Improve this Doc
View Source
Create(MeshComponentType)
Declaration
public static MeshComponent Create(MeshComponentType componentType)
Parameters
Returns