Interface IVertexPos2UV
Namespace: Aximo.VertexData
Assembly: AxCommon.dll
Syntax
public interface IVertexPos2UV : IVertexPosition2, IVertexPosition<Vector2>, IVertexUV, IVertex
Methods
| Improve this Doc View SourceClone()
Declaration
VertexDataPos2UV Clone()
Returns
Type | Description |
---|---|
VertexDataPos2UV |
Set(IVertexPos2UV)
Declaration
void Set(IVertexPos2UV source)
Parameters
Type | Name | Description |
---|---|---|
IVertexPos2UV | source |
Set(VertexDataPos2UV)
Declaration
void Set(VertexDataPos2UV source)
Parameters
Type | Name | Description |
---|---|---|
VertexDataPos2UV | source |