MeshGeometryVerticesExtractStandardVertex(Byte, VertexElement, StandardVertex, StandardVertexComponents) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool VerticesExtractStandardVertex(
byte[] sourceVertices,
VertexElement[] vertexComponents,
out StandardVertex[] vertices,
out StandardVertexComponents components
)
Parameters
- sourceVertices Byte
-
- vertexComponents VertexElement
-
- vertices StandardVertex
-
- components StandardVertexComponents
-
Return Value
Boolean
See Also