[][src]Type Definition physx::shape::Shape

type Shape = PxType<PxShape>;

Trait Implementations

impl Deref for Shape[src]

type Target = Base

The resulting type after dereferencing.

impl DerefMut for Shape[src]