프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_K | |||
_a1 | float | ||
_axis | |||
_enableLimit | bool | ||
_enableMotor | bool | ||
_impulse | |||
_limitState | LimitState | ||
_localAnchor1 | |||
_localAnchor2 | |||
_localXAxis1 | |||
_localYAxis1 | |||
_lowerTranslation | float | ||
_maxMotorForce | float | ||
_motorImpulse | float | ||
_motorMass | float | ||
_motorSpeed | float | ||
_refAngle | float | ||
_s1 | float | ||
_upperTranslation | float |
메소드 | 설명 | |
---|---|---|
EnableLimit ( bool flag ) : void |
Enable/disable the joint limit.
|
|
EnableMotor ( bool flag ) : void |
Enable/disable the joint motor.
|
|
GetReactionForce ( float inv_dt ) : |
||
GetReactionTorque ( float inv_dt ) : float | ||
PrismaticJoint ( |
||
SetLimits ( float lower, float upper ) : void |
Set the joint limits, usually in meters.
|
|
SetMaxMotorForce ( float force ) : void |
Set the maximum motor force, usually in N.
|
메소드 | 설명 | |
---|---|---|
InitVelocityConstraints ( |
||
SolvePositionConstraints ( float baumgarte ) : bool | ||
SolveVelocityConstraints ( |
public GetReactionForce ( float inv_dt ) : |
||
inv_dt | float | |
리턴 |
public PrismaticJoint ( |
||
def | ||
리턴 | System |
public SetLimits ( float lower, float upper ) : void | ||
lower | float | |
upper | float | |
리턴 | void |