Struct SignalsInEditorFileSystem
pub struct SignalsInEditorFileSystem<'c> { /* private fields */ }
Expand description
A collection of signals for the EditorFileSystem
class.
Implementations§
§impl<'c> SignalsInEditorFileSystem<'c>
impl<'c> SignalsInEditorFileSystem<'c>
pub fn filesystem_changed(&mut self) -> SigFilesystemChanged<'c>
pub fn filesystem_changed(&mut self) -> SigFilesystemChanged<'c>
Signature: ()
pub fn script_classes_updated(&mut self) -> SigScriptClassesUpdated<'c>
pub fn script_classes_updated(&mut self) -> SigScriptClassesUpdated<'c>
Signature: ()
pub fn sources_changed(&mut self) -> SigSourcesChanged<'c>
pub fn sources_changed(&mut self) -> SigSourcesChanged<'c>
Signature: (exist: bool)
pub fn resources_reimporting(&mut self) -> SigResourcesReimporting<'c>
pub fn resources_reimporting(&mut self) -> SigResourcesReimporting<'c>
Signature: (resources: PackedStringArray)
pub fn resources_reimported(&mut self) -> SigResourcesReimported<'c>
pub fn resources_reimported(&mut self) -> SigResourcesReimported<'c>
Signature: (resources: PackedStringArray)
pub fn resources_reload(&mut self) -> SigResourcesReload<'c>
pub fn resources_reload(&mut self) -> SigResourcesReload<'c>
Signature: (resources: PackedStringArray)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInEditorFileSystem<'c>
impl<'c> RefUnwindSafe for SignalsInEditorFileSystem<'c>
impl<'c> !Send for SignalsInEditorFileSystem<'c>
impl<'c> !Sync for SignalsInEditorFileSystem<'c>
impl<'c> Unpin for SignalsInEditorFileSystem<'c>
impl<'c> !UnwindSafe for SignalsInEditorFileSystem<'c>
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