MDLMesh.CreateCone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.TV(10, 0)]
public static ModelIO.MDLMesh CreateCone (OpenTK.Vector3 dimensions, OpenTK.Vector2i segments, ModelIO.MDLGeometryType geometryType, bool inwardNormals, bool cap, ModelIO.IMDLMeshBufferAllocator allocator);
static member CreateCone : OpenTK.Vector3 * OpenTK.Vector2i * ModelIO.MDLGeometryType * bool * bool * ModelIO.IMDLMeshBufferAllocator -> ModelIO.MDLMesh
Parameters
- dimensions
- Vector3
- segments
- Vector2i
- geometryType
- MDLGeometryType
- inwardNormals
- Boolean
- cap
- Boolean
- allocator
- IMDLMeshBufferAllocator
Returns
- Attributes