Interface IVertexPosUV
Inherited Members
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IVertexPosUV : IVertexPosition3, IVertexPosition<Vector3>, IVertexUV, IVertex
Methods
| Improve this Doc View SourceClone()
Declaration
VertexDataPosUV Clone()
Returns
Type | Description |
---|---|
VertexDataPosUV |
Set(IVertexPosUV)
Declaration
void Set(IVertexPosUV source)
Parameters
Type | Name | Description |
---|---|---|
IVertexPosUV | source |
Set(VertexDataPosUV)
Declaration
void Set(VertexDataPosUV source)
Parameters
Type | Name | Description |
---|---|---|
VertexDataPosUV | source |