Component
Physics
(NOTE) Defines limit properties for a joint. Used to add a min/max bounds to a joint. When the joint is in between the min/max bounds, the "limited" portion will be ignored (The stick will not solve when it is in between the bounds, making it a rope). See each joint for a description of how it reacts to a limit.
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Active | component | |
AtomIds | |||
LowerLimit | |||
UpperLimit |
Properties
Active : boolean
Determines if this limit is currently active.
var Active : Boolean
AtomIds : integer
Signifies what atoms on the joint this affects. For internal use.
var AtomIds : Integer
LowerLimit : real
The lower bound for this limit.
var LowerLimit : Real
UpperLimit : real
The upper bound for this limit.
var UpperLimit : Real
Methods
JointLimit : Void
constructor
Name Type Description function JointLimit()