Uses of Class
org.robovm.apple.scenekit.SCNMaterial
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNMaterial in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNMaterial Modifier and Type Method Description static SCNMaterialSCNMaterial. create()SCNMaterialSCNGeometry. getFirstMaterial()SCNMaterialSCNGeometry. getMaterial(String name)Methods in org.robovm.apple.scenekit that return types with arguments of type SCNMaterial Modifier and Type Method Description NSArray<SCNMaterial>SCNGeometry. getMaterials()Methods in org.robovm.apple.scenekit with parameters of type SCNMaterial Modifier and Type Method Description voidSCNGeometry. insertMaterial(SCNMaterial material, long index)voidSCNGeometry. replaceMaterial(long index, SCNMaterial material)voidSCNGeometry. setFirstMaterial(SCNMaterial v)Method parameters in org.robovm.apple.scenekit with type arguments of type SCNMaterial Modifier and Type Method Description voidSCNGeometry. setMaterials(NSArray<SCNMaterial> v)