Package apple.scenekit.enums
Class SCNLightProbeUpdateType
- java.lang.Object
-
- apple.scenekit.enums.SCNLightProbeUpdateType
-
public final class SCNLightProbeUpdateType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNeverProbe that isn't automatically updated (for instance when baked using the Xcode's SceneKit scene editor or when `probeEnvironment` is specified)static longRealtimeProbe that is automatically updated by SceneKit at every frame
-
-
-
Field Detail
-
Never
public static final long Never
Probe that isn't automatically updated (for instance when baked using the Xcode's SceneKit scene editor or when `probeEnvironment` is specified)- See Also:
- Constant Field Values
-
Realtime
public static final long Realtime
Probe that is automatically updated by SceneKit at every frame- See Also:
- Constant Field Values
-
-