Class MeshColorComponent
Inherited Members
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public class MeshColorComponent : MeshComponent<Vector4>, IDynamicArray<Vector4>, IArray<Vector4>
Constructors
| Improve this Doc View SourceMeshColorComponent()
Declaration
public MeshColorComponent()
Methods
| Improve this Doc View SourceAddRange(IEnumerable<IVertex>)
Declaration
public override void AddRange(IEnumerable<IVertex> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IVertex> | values |
Overrides
Aximo.MeshComponent<OpenToolkit.Mathematics.Vector4>.AddRange(System.Collections.Generic.IEnumerable<Aximo.VertexData.IVertex>)
|
Improve this Doc
View Source
CloneEmpty()
Declaration
public override MeshComponent CloneEmpty()
Returns
Type | Description |
---|---|
MeshComponent |
Overrides
Aximo.MeshComponent<OpenToolkit.Mathematics.Vector4>.CloneEmpty()