Uses of Class
org.robovm.apple.modelio.MDLSubmeshTopology
| Package | Description |
|---|---|
| org.robovm.apple.modelio |
-
Uses of MDLSubmeshTopology in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return MDLSubmeshTopology Modifier and Type Method Description MDLSubmeshTopologyMDLSubmesh. getTopology()Methods in org.robovm.apple.modelio with parameters of type MDLSubmeshTopology Modifier and Type Method Description protected longMDLSubmesh. init(String name, MDLMeshBuffer indexBuffer, long indexCount, MDLIndexBitDepth indexType, MDLGeometryType geometryType, MDLMaterial material, MDLSubmeshTopology topology)voidMDLSubmesh. setTopology(MDLSubmeshTopology v)Constructors in org.robovm.apple.modelio with parameters of type MDLSubmeshTopology Constructor Description MDLSubmesh(String name, MDLMeshBuffer indexBuffer, long indexCount, MDLIndexBitDepth indexType, MDLGeometryType geometryType, MDLMaterial material, MDLSubmeshTopology topology)