[][src]Trait physx::traits::Releasable

pub trait Releasable {
    fn release(&mut self);
}

Required methods

fn release(&mut self)

Loading content...

Implementors

impl Releasable for ArticulationLink[src]

impl Releasable for Foundation[src]

impl Releasable for RigidActor[src]

impl Releasable for Pvd[src]

fn release(&mut self)[src]

Release the Pvd object, invalidating it

Loading content...