Package org.robovm.apple.scenekit
Class SCNPhysicsSliderJoint
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.scenekit.SCNPhysicsBehavior
org.robovm.apple.scenekit.SCNPhysicsSliderJoint
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class SCNPhysicsSliderJoint extends SCNPhysicsBehavior
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCNPhysicsSliderJoint.SCNPhysicsSliderJointPtrNested classes/interfaces inherited from class org.robovm.apple.scenekit.SCNPhysicsBehavior
SCNPhysicsBehavior.SCNPhysicsBehaviorPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description SCNPhysicsSliderJoint()protectedSCNPhysicsSliderJoint(NSObject.Handle h, long handle)protectedSCNPhysicsSliderJoint(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
SCNPhysicsSliderJoint
public SCNPhysicsSliderJoint() -
SCNPhysicsSliderJoint
-
SCNPhysicsSliderJoint
-
-
Method Details
-
getBodyA
-
getAxisA
-
setAxisA
-
getAnchorA
-
setAnchorA
-
getBodyB
-
getAxisB
-
setAxisB
-
getAnchorB
-
setAnchorB
-
getMinimumLinearLimit
public double getMinimumLinearLimit() -
setMinimumLinearLimit
public void setMinimumLinearLimit(double v) -
getMaximumLinearLimit
public double getMaximumLinearLimit() -
setMaximumLinearLimit
public void setMaximumLinearLimit(double v) -
getMinimumAngularLimit
public double getMinimumAngularLimit() -
setMinimumAngularLimit
public void setMinimumAngularLimit(double v) -
getMaximumAngularLimit
public double getMaximumAngularLimit() -
setMaximumAngularLimit
public void setMaximumAngularLimit(double v) -
getMotorTargetLinearVelocity
public double getMotorTargetLinearVelocity() -
setMotorTargetLinearVelocity
public void setMotorTargetLinearVelocity(double v) -
getMotorMaximumForce
public double getMotorMaximumForce() -
setMotorMaximumForce
public void setMotorMaximumForce(double v) -
getMotorTargetAngularVelocity
public double getMotorTargetAngularVelocity() -
setMotorTargetAngularVelocity
public void setMotorTargetAngularVelocity(double v) -
getMotorMaximumTorque
public double getMotorMaximumTorque() -
setMotorMaximumTorque
public void setMotorMaximumTorque(double v) -
supportsSecureCoding
public static boolean supportsSecureCoding() -
create
public static SCNPhysicsSliderJoint create(SCNPhysicsBody bodyA, SCNVector3 axisA, SCNVector3 anchorA, SCNPhysicsBody bodyB, SCNVector3 axisB, SCNVector3 anchorB) -
create
public static SCNPhysicsSliderJoint create(SCNPhysicsBody body, SCNVector3 axis, SCNVector3 anchor)
-