public final class SCNLightProbeUpdateType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Never
Probe that isn't automatically updated (for instance when baked using the Xcode's SceneKit scene editor or when `probeEnvironment` is specified)
|
static long |
Realtime
Probe that is automatically updated by SceneKit at every frame
|
public static final long Never
public static final long Realtime