Метод | Описание | |
---|---|---|
CreateAngleJoint ( |
Creates an angle joint.
|
|
CreateDistanceJoint ( |
||
CreateFixedAngleJoint ( |
Creates a fixed angle joint.
|
|
CreateFixedDistanceJoint ( |
||
CreateFixedFrictionJoint ( |
||
CreateFixedRevoluteJoint ( |
Creates the fixed revolute joint.
|
|
CreateFrictionJoint ( |
||
CreateGearJoint ( |
||
CreateLineJoint ( |
Creates a line joint
|
|
CreateLineJoint ( |
Creates a line joint and adds it to the world
|
|
CreatePrismaticJoint ( |
Creates a prsimatic joint
|
|
CreatePrismaticJoint ( |
Creates a prismatic joint and adds it to the world
|
|
CreatePulleyJoint ( |
||
CreateRevoluteJoint ( |
Creates a revolute joint and adds it to the world
|
|
CreateRevoluteJoint ( |
Creates a revolute joint and adds it to the world
|
|
CreateSliderJoint ( |
||
CreateWeldJoint ( |
Creates a weld joint
|
|
CreateWeldJoint ( |
Creates a weld joint and adds it to the world
|
|
CreateWeldJoint ( |
public static CreateAngleJoint ( |
||
world | The world. | |
bodyA | The first body. | |
bodyB | The second body. | |
Результат |
public static CreateDistanceJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
anchorA | ||
anchorB | ||
Результат |
public static CreateFixedAngleJoint ( |
||
world | The world. | |
body | The body. | |
Результат |
public static CreateFixedDistanceJoint ( |
||
world | ||
body | ||
localAnchor | ||
worldAnchor | ||
Результат |
public static CreateFixedFrictionJoint ( |
||
world | ||
body | ||
bodyAnchor | ||
Результат |
public static CreateFixedRevoluteJoint ( |
||
world | The world. | |
body | The body. | |
bodyAnchor | The body anchor. | |
worldAnchor | The world anchor. | |
Результат |
public static CreateFrictionJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
anchorA | ||
anchorB | ||
Результат |
public static CreateGearJoint ( |
||
world | ||
jointA | ||
jointB | ||
ratio | float | |
Результат |
public static CreateLineJoint ( |
||
bodyA | ||
bodyB | ||
localanchorB | ||
axis | ||
Результат |
public static CreateLineJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
localanchorB | ||
axis | ||
Результат |
public static CreatePrismaticJoint ( |
||
bodyA | ||
bodyB | ||
localanchorB | ||
axis | ||
Результат |
public static CreatePrismaticJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
localanchorB | ||
axis | ||
Результат |
public static CreatePulleyJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
groundAnchorA | ||
groundAnchorB | ||
anchorA | ||
anchorB | ||
ratio | float | |
Результат |
public static CreateRevoluteJoint ( |
||
bodyA | ||
bodyB | ||
localanchorB | ||
Результат |
public static CreateRevoluteJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
localanchorB | ||
Результат |
public static CreateSliderJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
anchorA | ||
anchorB | ||
minLength | float | |
maxLength | float | |
Результат |
public static CreateWeldJoint ( |
||
bodyA | ||
bodyB | ||
localAnchor | ||
Результат |
public static CreateWeldJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
localanchorB | ||
Результат |
public static CreateWeldJoint ( |
||
world | ||
bodyA | ||
bodyB | ||
localAnchorA | ||
localAnchorB | ||
Результат |