pub struct AssetInfo<'session> {
pub session: &'session Session,
/* private fields */
}
Expand description
Fields
session: &'session Session
Implementations
sourceimpl<'s> AssetInfo<'s>
impl<'s> AssetInfo<'s>
pub fn node_id(&self) -> NodeHandle
pub fn object_node_id(&self) -> NodeHandle
pub fn has_ever_cooked(&self) -> bool
pub fn have_objects_changed(&self) -> bool
pub fn have_materials_changed(&self) -> bool
pub fn object_count(&self) -> i32
pub fn handle_count(&self) -> i32
pub fn transform_input_count(&self) -> i32
pub fn geo_input_count(&self) -> i32
pub fn geo_output_count(&self) -> i32
pub fn name(&self) -> Result<String>
pub fn label(&self) -> Result<String>
pub fn file_path(&self) -> Result<String>
pub fn version(&self) -> Result<String>
pub fn full_op_name(&self) -> Result<String>
pub fn help_text(&self) -> Result<String>
pub fn help_url(&self) -> Result<String>
Trait Implementations
Auto Trait Implementations
impl<'session> !RefUnwindSafe for AssetInfo<'session>
impl<'session> Send for AssetInfo<'session>
impl<'session> Sync for AssetInfo<'session>
impl<'session> Unpin for AssetInfo<'session>
impl<'session> !UnwindSafe for AssetInfo<'session>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more