Interface IMeshObject
Inherited Members
System.IDisposable.Dispose()
Namespace: Aximo.Render
Assembly: Aximo.Render.dll
Syntax
public interface IMeshObject : IRenderableObject, IRenderObject, IData, IDisposable
Methods
| Improve this Doc View SourceGetIndices()
Declaration
int[] GetIndices()
Returns
Type | Description |
---|---|
System.Int32[] |
GetVertices()
Declaration
Vector3[] GetVertices()
Returns
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector3[] |