Class MeshUVComponent
Inherited Members
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public class MeshUVComponent : MeshComponent<Vector2>, IDynamicArray<Vector2>, IArray<Vector2>
Constructors
| Improve this Doc View SourceMeshUVComponent()
Declaration
public MeshUVComponent()
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.Vector2>.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.Vector2>.CloneEmpty()