Class SCNLookAtConstraint

    • Constructor Detail

      • SCNLookAtConstraint

        public SCNLookAtConstraint()
      • SCNLookAtConstraint

        protected SCNLookAtConstraint​(NSObject.Handle h,
                                      long handle)
    • Method Detail

      • getTarget

        public SCNNode getTarget()
      • setTarget

        public void setTarget​(SCNNode v)
      • getTargetOffset

        public SCNVector3 getTargetOffset()
        Since:
        Available in iOS 11.0 and later.
      • setTargetOffset

        public void setTargetOffset​(SCNVector3 v)
        Since:
        Available in iOS 11.0 and later.
      • getLocalFront

        public SCNVector3 getLocalFront()
        Since:
        Available in iOS 11.0 and later.
      • setLocalFront

        public void setLocalFront​(SCNVector3 v)
        Since:
        Available in iOS 11.0 and later.
      • getWorldUp

        public SCNVector3 getWorldUp()
        Since:
        Available in iOS 11.0 and later.
      • setWorldUp

        public void setWorldUp​(SCNVector3 v)
        Since:
        Available in iOS 11.0 and later.
      • isGimbalLockEnabled

        public boolean isGimbalLockEnabled()
      • setGimbalLockEnabled

        public void setGimbalLockEnabled​(boolean v)