PhysX actor flags.

PhysX 执行器标志。

枚举成员

eDISABLE_GRAVITY: 2

Disables scene gravity for this actor.

禁用此执行器的场景重力。

eDISABLE_SIMULATION: 8

Disables simulation for the actor.

禁用执行器的模拟。

eSEND_SLEEP_NOTIFIES: 4

Enables the sending of PxSimulationEventCallback::onWake() and PxSimulationEventCallback::onSleep() notify events.

启用 PxSimulationEventCallback::onWake() 和 PxSimulationEventCallback::onSleep() 通知事件的发送。

eVISUALIZATION: 1

Enable debug renderer for this actor.

为此执行器启用调试渲染器。