Struct dae_parser::Shape [−][src]
pub struct Shape {
pub hollow: Option<bool>,
pub mass: Option<f32>,
pub density: Option<f32>,
pub physics_material: Option<Box<DefInstance<PhysicsMaterial>>>,
pub geom: ShapeGeom,
pub transform: Vec<RigidTransform>,
pub extra: Vec<Extra>,
}Fields
hollow: Option<bool>mass: Option<f32>density: Option<f32>physics_material: Option<Box<DefInstance<PhysicsMaterial>>>geom: ShapeGeomtransform: Vec<RigidTransform>extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Shape
impl UnwindSafe for Shape
Blanket Implementations
Mutably borrows from an owned value. Read more