Package org.robovm.apple.scenekit
Class SCNLightingModel
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.scenekit.SCNLightingModel
public class SCNLightingModel extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCNLightingModel.AsListMarshalerstatic classSCNLightingModel.Marshalerstatic classSCNLightingModel.Values -
Field Summary
Fields Modifier and Type Field Description static SCNLightingModelBlinnstatic SCNLightingModelConstantstatic SCNLightingModelLambertstatic SCNLightingModelPhongstatic SCNLightingModelPhysicallyBasedstatic SCNLightingModelShadowOnly -
Method Summary
Modifier and Type Method Description static SCNLightingModelvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Phong
-
Blinn
-
Lambert
-
Constant
-
PhysicallyBased
- Since:
- Available in iOS 10.0 and later.
-
ShadowOnly
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details
-
valueOf
-