Package org.robovm.apple.scenekit
Class SCNLightType
public class SCNLightType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCNLightType.AsListMarshalerstatic classSCNLightType.Marshalerstatic classSCNLightType.Values -
Field Summary
Fields Modifier and Type Field Description static SCNLightTypeAmbientstatic SCNLightTypeAreastatic SCNLightTypeDirectionalstatic SCNLightTypeIESstatic SCNLightTypeOmnistatic SCNLightTypeProbestatic SCNLightTypeSpot -
Method Summary
Modifier and Type Method Description static SCNLightTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Ambient
-
Omni
-
Directional
-
Spot
-
IES
- Since:
- Available in iOS 10.0 and later.
-
Probe
- Since:
- Available in iOS 10.0 and later.
-
Area
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details
-
valueOf
-