Class SCNLightProbeUpdateType


  • public final class SCNLightProbeUpdateType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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