pub struct Reference {
pub asset_path: String,
pub prim_path: Path,
pub layer_offset: LayerOffset,
pub custom_data: Dictionary,
}Expand description
Represents a reference and all its meta data.
Fields§
§asset_path: StringThe asset path to the external layer.
prim_path: PathThe path to the referenced prim in the external layer.
layer_offset: LayerOffsetThe layer offset to transform time.
custom_data: DictionaryThe custom data associated with the reference.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reference
impl RefUnwindSafe for Reference
impl Send for Reference
impl Sync for Reference
impl Unpin for Reference
impl UnsafeUnpin for Reference
impl UnwindSafe for Reference
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