| Parameter | Description |
|---|---|
| physicsWorld | The world to return. |
PhysicsWorld The same world.
Returns this world in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use world.Get().gravity = gravity in place of world.gravity = gravity.
| Parameter | Description |
|---|---|
| physicsBody | The body to return. |
PhysicsBody The same body.
Returns this body in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use body.Get().linearVelocity = velocity in place of body.linearVelocity = velocity.
| Parameter | Description |
|---|---|
| physicsShape | The shape to return. |
PhysicsShape The same shape.
Returns this shape in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use shape.Get().property = value in place of shape.property = value.
| Parameter | Description |
|---|---|
| physicsComposer | The composer to return. |
PhysicsComposer The same composer.
Returns this composer in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use composer.Get().useDelaunay = useDelaunay in place of composer.useDelaunay = useDelaunay.
| Parameter | Description |
|---|---|
| physicsChain | The chain to return. |
PhysicsChain The same chain.
Returns this chain in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use chain.Get().friction = friction in place of chain.friction = friction.
| Parameter | Description |
|---|---|
| physicsJoint | The joint to return. |
PhysicsJoint The same joint.
Returns this joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsDistanceJoint | The distance joint to return. |
PhysicsDistanceJoint The same distance joint.
Returns this distance joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsFixedJoint | The fixed joint to return. |
PhysicsFixedJoint The same fixed joint.
Returns this fixed joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsHingeJoint | The hinge joint to return. |
PhysicsHingeJoint The same hinge joint.
Returns this hinge joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsIgnoreJoint | The ignore joint to return. |
PhysicsIgnoreJoint The same ignore joint.
Returns this ignore joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsRelativeJoint | The relative joint to return. |
PhysicsRelativeJoint The same relative joint.
Returns this relative joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsSliderJoint | The slider joint to return. |
PhysicsSliderJoint The same slider joint.
Returns this slider joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.
| Parameter | Description |
|---|---|
| physicsWheelJoint | The wheel joint to return. |
PhysicsWheelJoint The same wheel joint.
Returns this wheel joint in a form that can be written through.
See PhysicsHandleExtensions for why this is needed. Use joint.Get().property = value in place of joint.property = value.