Home | Trees | Index | Help |
|
---|
Module KX_ConstraintActuator :: Class KX_ConstraintActuator |
|
SCA_ILogicBrick
--+ |SCA_IActuator
--+ | KX_ConstraintActuator
Method Summary | |
---|---|
integer |
Returns the damping time of the constraint. |
Gets the type of constraint. | |
float |
Gets the upper bound of the constraint. |
float |
Gets the lower bound of the constraint. |
Sets the time this constraint is delayed. | |
Sets the type of constraint. | |
Sets the upper bound of the constraint. | |
Sets the lower bound of the constraint. | |
Inherited from SCA_ILogicBrick | |
integer |
Gets the execution priority of this logic brick. |
KX_GameObject
|
Gets the game object associated with this logic brick. |
Sets the priority of this logic brick. |
Method Details |
---|
getDamp()Returns the damping time of the constraint.
|
getLimit()Gets the type of constraint. See moduleGameLogic for valid constraints.
|
getMax()Gets the upper bound of the constraint. For rotational constraints, the upper bound is returned in radians.
|
getMin()Gets the lower bound of the constraint. For rotational constraints, the lower bound is returned in radians.
|
setDamp(time)Sets the time this constraint is delayed.
|
setLimit(limit)Sets the type of constraint. See moduleGameLogic for valid constraint types.
|
setMax(upper)Sets the upper bound of the constraint. For rotational constraints, upper is specified in degrees.
|
setMin(lower)Sets the lower bound of the constraint. For rotational constraints, lower is specified in degrees.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Feb 1 00:12:33 2007 | http://epydoc.sf.net |