MDLMesh.CreateEllipticalCone 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.
[Foundation.Export("newEllipticalConeWithHeight:radii:radialSegments:verticalSegments:geometryType:inwardNormals:allocator:")]
public static ModelIO.MDLMesh CreateEllipticalCone (float height, OpenTK.Vector2 radii, nuint radialSegments, nuint verticalSegments, ModelIO.MDLGeometryType geometryType, bool inwardNormals, ModelIO.IMDLMeshBufferAllocator allocator);
static member CreateEllipticalCone : single * OpenTK.Vector2 * nuint * nuint * ModelIO.MDLGeometryType * bool * ModelIO.IMDLMeshBufferAllocator -> ModelIO.MDLMesh
Parameters
- height
- Single
- radii
- Vector2
- radialSegments
- System.System.UIntPtr System.unativeint
- verticalSegments
- System.System.UIntPtr System.unativeint
- geometryType
- MDLGeometryType
- inwardNormals
- Boolean
Returns
- Attributes