Class SCNFloor

    • Constructor Detail

      • SCNFloor

        protected SCNFloor​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • alloc

        public static SCNFloor alloc()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • floor

        public static SCNFloor floor()
        floor Creates and returns a floor. A floor is an infinite plane.
      • geometry

        public static SCNFloor geometry()
      • geometryWithMDLMesh

        public static SCNFloor geometryWithMDLMesh​(MDLMesh mdlMesh)
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • version_static

        public static long version_static()
      • length

        public double length()
        [@property] length The floor extent along the Z axis. Animatable. If the value is equal to 0, the floor is infinite on the Z axis. The default value is 0.
      • reflectionCategoryBitMask

        public long reflectionCategoryBitMask()
        [@property] reflectionCategoryBitMask Determines the node categories to reflect. Defaults to all bits set.
      • reflectionFalloffEnd

        public double reflectionFalloffEnd()
        [@property] reflectionFalloffEnd Specifies the distance from the floor where the falloff finishes. Animatable. If the value is 0 then there is no falloff. The default value is 0.
      • reflectionFalloffStart

        public double reflectionFalloffStart()
        [@property] reflectionFalloffStart Specifies the distance from the floor where the falloff begins. Animatable. The default value is 0.
      • reflectionResolutionScaleFactor

        public double reflectionResolutionScaleFactor()
        [@property] reflectionResolutionScaleFactor Specifies the resolution scale factor of the buffer used to render the reflection. Defaults to 0.5. #endif
      • reflectivity

        public double reflectivity()
        [@property] reflectivity Specifies the reflectivity of the floor. Animatable. If the value is greater than zero then the surface will reflect other objects in the scene. The default value is 0.25.
      • setLength

        public void setLength​(double value)
        [@property] length The floor extent along the Z axis. Animatable. If the value is equal to 0, the floor is infinite on the Z axis. The default value is 0.
      • setReflectionCategoryBitMask

        public void setReflectionCategoryBitMask​(long value)
        [@property] reflectionCategoryBitMask Determines the node categories to reflect. Defaults to all bits set.
      • setReflectionFalloffEnd

        public void setReflectionFalloffEnd​(double value)
        [@property] reflectionFalloffEnd Specifies the distance from the floor where the falloff finishes. Animatable. If the value is 0 then there is no falloff. The default value is 0.
      • setReflectionFalloffStart

        public void setReflectionFalloffStart​(double value)
        [@property] reflectionFalloffStart Specifies the distance from the floor where the falloff begins. Animatable. The default value is 0.
      • setReflectionResolutionScaleFactor

        public void setReflectionResolutionScaleFactor​(double value)
        [@property] reflectionResolutionScaleFactor Specifies the resolution scale factor of the buffer used to render the reflection. Defaults to 0.5. #endif
      • setReflectivity

        public void setReflectivity​(double value)
        [@property] reflectivity Specifies the reflectivity of the floor. Animatable. If the value is greater than zero then the surface will reflect other objects in the scene. The default value is 0.25.
      • setWidth

        public void setWidth​(double value)
        [@property] width The floor extent along the X axis. Animatable. If the value is equal to 0, the floor is infinite on the X axis. The default value is 0.
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
        Overrides:
        _supportsSecureCoding in class SCNGeometry
      • width

        public double width()
        [@property] width The floor extent along the X axis. Animatable. If the value is equal to 0, the floor is infinite on the X axis. The default value is 0.