Struct dae_parser::Attachment [−][src]
pub struct Attachment {
pub rigid_body: Url,
pub transform: Vec<RigidTransform>,
pub extra: Vec<Extra>,
}
Expand description
Defines an attachment frame, to a rigid body or a node, within a rigid constraint.
Fields
rigid_body: Url
A URI reference to a RigidBody
or Node
. This must refer to a
RigidBody
in attachment
or in ref_attachment
; they cannot both be Node
s.
transform: Vec<RigidTransform>
Changes the position of the attachment point.
extra: Vec<Extra>
Provides arbitrary additional information about this element.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
Blanket Implementations
Mutably borrows from an owned value. Read more