Enum rhusics_ecs::RigidBodyCreationError[][src]

pub enum RigidBodyCreationError {
    DeadEntity,
}

Error returned when rigid body setup fails

Variants

Error returned when attempted to initialise a rigid body on a dead entity

Trait Implementations

impl Debug for RigidBodyCreationError
[src]

Formats the value using the given formatter. Read more

impl From<SpecsError> for RigidBodyCreationError
[src]

Performs the conversion.

Auto Trait Implementations