Class SCNScene

    • Constructor Detail

      • SCNScene

        public SCNScene()
      • SCNScene

        public SCNScene​(NSCoder decoder)
    • Method Detail

      • getRootNode

        public SCNNode getRootNode()
      • getLightingEnvironment

        public SCNMaterialProperty getLightingEnvironment()
        Since:
        Available in iOS 10.0 and later.
      • getFogStartDistance

        public double getFogStartDistance()
      • setFogStartDistance

        public void setFogStartDistance​(double v)
      • getFogEndDistance

        public double getFogEndDistance()
      • setFogEndDistance

        public void setFogEndDistance​(double v)
      • getFogDensityExponent

        public double getFogDensityExponent()
      • setFogDensityExponent

        public void setFogDensityExponent​(double v)
      • getFogColor

        public UIColor getFogColor()
      • setFogColor

        public void setFogColor​(UIColor v)
      • isPaused

        public boolean isPaused()
      • setPaused

        public void setPaused​(boolean v)
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • getStartTime

        public double getStartTime()
      • setStartTime

        public SCNScene setStartTime​(double startTime)
      • getEndTime

        public double getEndTime()
      • setEndTime

        public SCNScene setEndTime​(double endTime)
      • getFrameRate

        public double getFrameRate()
      • setFrameRate

        public SCNScene setFrameRate​(double frameRate)
      • writeToURL

        public boolean writeToURL​(NSURL url,
                                  NSDictionary<NSString,​?> options,
                                  SCNSceneExportDelegate delegate,
                                  org.robovm.objc.block.VoidBlock3<java.lang.Float,​NSError,​org.robovm.rt.bro.ptr.BooleanPtr> progressHandler)
        Since:
        Available in iOS 10.0 and later.
      • create

        public static SCNScene create()
      • create

        public static SCNScene create​(java.lang.String name)
      • removeAllParticleSystems

        public void removeAllParticleSystems()
      • removeParticleSystem

        public void removeParticleSystem​(SCNParticleSystem system)
      • init

        protected long init​(NSCoder decoder)