DIFF

class Physics6DOFJointSource

Physics6DOFSpringJoint Physics6DOFJoint PhysicsJoint

All members, including inherited

Methods 3

proto external void SetLinearLimits(vector linearLower, vector linearUpper)

Sets linear limits of the joint.

linearLower
Value of the lower linear limit
linearUpper
Value of the upper linear limit
proto external void SetAngularLimits(vector angularLower, vector angularUpper)

Sets angular limits of the joint.

angularLower
Value of the lower angular limit
angularUpper
Value of the upper angular limit
proto external void SetLimit(int axis, float limitLower, float limitUpper)

Sets limits of the joint.

axis
Axis to be modified. First 3 are linear, next 3 are angular
limitLower
Value of the lower limit
limitUpper
Value of the upper limit