pub struct RenderSet {
pub node: String,
pub geometry: Geometry,
pub treat_as_world_space_object: bool,
}Expand description
Represent a render set for a model’s visual.
Fields§
§node: StringName of the target node for this render set.
geometry: GeometryGeometry definition for this render set.
treat_as_world_space_object: boolUnknown meaning.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RenderSet
impl RefUnwindSafe for RenderSet
impl Send for RenderSet
impl Sync for RenderSet
impl Unpin for RenderSet
impl UnwindSafe for RenderSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more