|
|
void | GetKinematicTarget (ref ksVector3 position, ref ksQuaternion rotation) |
| |
|
void | SetKinematicTarget (ksVector3 position, ksQuaternion rotation) |
| |
|
void | SetLockFlag (pxLockFlags flag, bool value) |
| |
|
void | WakeUp () |
| |
|
void | PutToSleep () |
| |
|
void | GetSolverIterationCounts (ref uint positionIterations, ref uint velocityIterations) |
| |
|
void | SetSolverIteractionCounts (uint positionIterations, uint velocityIterations) |
| |
Public Member Functions inherited from KS.Reactor.Server.PhysX.pxRigidBody |
|
void | GetCenterOfMassLocalPose (ref ksVector3 position, ref ksQuaternion rotation) |
| |
|
void | SetCenterOfMassLocalPose (ksVector3 position, ksQuaternion rotation) |
| |
|
void | AddForce (ksVector3 force, pxForceMode forceMode=pxForceMode.FORCE, bool autoWake=true) |
| |
|
void | AddForceAtPosition (ksVector3 force, ksVector3 position, pxForceMode forceMode=pxForceMode.FORCE, bool autoWake=true) |
| |
|
void | ClearForce (pxForceMode forceMode=pxForceMode.FORCE) |
| |
|
void | AddTorque (ksVector3 torque, pxForceMode forceMode=pxForceMode.FORCE, bool autoWake=true) |
| |
|
void | ClearTorque (pxForceMode forceMode=pxForceMode.FORCE) |
| |
|
void | SetRigidBodyFlag (pxRigidBodyFlags flag, bool value) |
| |
|
bool | GetRigidBodyFlag (pxRigidBodyFlags flag) |
| |
|
void | SetMassAndUpdateInertiaTensor (float mass) |
| |
|
void | SetMassAndUpdateInertiaTensor (float mass, ksVector3 centorOfMass) |
| |
|
void | AttachShape (pxShape shape) |
| |
|
void | DetachShape (pxShape shape) |
| |
|
void | GetGlobalPose (ref ksVector3 position, ref ksQuaternion rotation) |
| |
|
void | SetGlobalPose (ref ksVector3 position, ref ksQuaternion rotation) |
| |
|
uint | ShapeCount () |
| |
|
ksConstList< pxShape > | GetShapes () |
| |
|
void | SetActorFlag (pxActorFlags flag, bool value) |
| |
|
bool | GetActorFlag (pxActorFlags flag) |
| |
|
void | SetGlobalPose (ksVector3 position, ksQuaternion rotation) |
| |
|
delegate void | ReleaseCallback (IntPtr ptr) |
| |
|
void | Release () |
| |
|
|
bool | IsSleeping [get] |
| |
|
float | SleepThreshold [get, set] |
| |
|
float | StabilizationThreshold [get, set] |
| |
|
pxLockFlags | LockFlags [get, set] |
| |
|
float | WakeCounter [get, set] |
| |
|
float | ContactReportThreshold [get, set] |
| |
Properties inherited from KS.Reactor.Server.PhysX.pxRigidBody |
|
float | Mass [get, set] |
| |
|
ksVector3 | MassSpaceInertiaTensor [get, set] |
| |
|
float | LinearDamping [get, set] |
| |
|
float | AngularDamping [get, set] |
| |
|
ksVector3 | LinearVelocity [get, set] |
| |
|
ksVector3 | AngularVelocity [get, set] |
| |
|
float | MaxLinearVelocity [get, set] |
| |
|
float | MaxAngularVelocity [get, set] |
| |
|
pxRigidBodyFlags | RigidBodyFlags [get, set] |
| |
|
float | MinCCDAdvanceCoefficient [get, set] |
| |
|
float | MaxDepenetrationVelocity [get, set] |
| |
|
float | MaxContactImpulse [get, set] |
| |
|
uint | InternalIslandNodeIndex [get] |
| |
|
pxActorTypes | ActorType [get] |
| |
|
pxScene | Scene [get] |
| |
|
ksBounds | WorldBounds [get] |
| |
|
pxActorFlags | ActorFlags [get, set] |
| |
|
byte | DominanceGroup [get, set] |
| |
|
object | UserData [get, set] |
| |