Uses of Class
org.robovm.apple.modelio.MDLMaterialPropertyNode
| Package | Description |
|---|---|
| org.robovm.apple.modelio |
-
Uses of MDLMaterialPropertyNode in org.robovm.apple.modelio
Subclasses of MDLMaterialPropertyNode in org.robovm.apple.modelio Modifier and Type Class Description classMDLMaterialPropertyGraphMethods in org.robovm.apple.modelio that return types with arguments of type MDLMaterialPropertyNode Modifier and Type Method Description VoidBlock1<MDLMaterialPropertyNode>MDLMaterialPropertyNode. getEvaluationFunction()NSArray<MDLMaterialPropertyNode>MDLMaterialPropertyGraph. getNodes()Method parameters in org.robovm.apple.modelio with type arguments of type MDLMaterialPropertyNode Modifier and Type Method Description protected longMDLMaterialPropertyGraph. init(NSArray<MDLMaterialPropertyNode> nodes, NSArray<MDLMaterialPropertyConnection> connections)protected longMDLMaterialPropertyNode. init(NSArray<MDLMaterialProperty> inputs, NSArray<MDLMaterialProperty> outputs, VoidBlock1<MDLMaterialPropertyNode> function)voidMDLMaterialPropertyNode. setEvaluationFunction(VoidBlock1<MDLMaterialPropertyNode> v)Constructor parameters in org.robovm.apple.modelio with type arguments of type MDLMaterialPropertyNode Constructor Description MDLMaterialPropertyGraph(NSArray<MDLMaterialProperty> inputs, NSArray<MDLMaterialProperty> outputs, VoidBlock1<MDLMaterialPropertyNode> function)MDLMaterialPropertyGraph(NSArray<MDLMaterialPropertyNode> nodes, NSArray<MDLMaterialPropertyConnection> connections)MDLMaterialPropertyNode(NSArray<MDLMaterialProperty> inputs, NSArray<MDLMaterialProperty> outputs, VoidBlock1<MDLMaterialPropertyNode> function)