[][src]Type Definition physx::actor::Actor

type Actor = PxType<PxActor>;

Trait Implementations

impl Deref for Actor[src]

type Target = Base

The resulting type after dereferencing.

impl DerefMut for Actor[src]