#[repr(C)]pub struct MarkerList {
pub m_objects: List_1<ScriptableObject>,
pub m_cache: List_1<IMarker_Interface>,
pub m_cache_dirty: bool,
pub m_has_notifications: bool,
}Expand description
Fields§
§m_objects: List_1<ScriptableObject>§m_cache: List_1<IMarker_Interface>§m_cache_dirty: bool§m_has_notifications: boolImplementations§
Source§impl MarkerList
impl MarkerList
Sourcepub fn get_markers(&mut self) -> List_1<IMarker_Interface>
pub fn get_markers(&mut self) -> List_1<IMarker_Interface>
get_markers() overload
Sourcepub fn add(&mut self, item: impl Into<ScriptableObject>)
pub fn add(&mut self, item: impl Into<ScriptableObject>)
Add(crate::unity_engine::scriptableobject::ScriptableObject) overload
Sourcepub fn remove(&mut self, item: impl Into<IMarker_Interface>) -> bool
pub fn remove(&mut self, item: impl Into<IMarker_Interface>) -> bool
Remove(crate::unity_engine::timeline::imarker_interface::IMarker_Interface) overload
Sourcepub fn remove_2(
&mut self,
item: impl Into<ScriptableObject>,
timeline_asset: impl Into<TimelineAsset>,
thing_to_dirty: impl Into<PlayableAsset>,
) -> bool
pub fn remove_2( &mut self, item: impl Into<ScriptableObject>, timeline_asset: impl Into<TimelineAsset>, thing_to_dirty: impl Into<PlayableAsset>, ) -> bool
Remove(crate::unity_engine::scriptableobject::ScriptableObject, crate::unity_engine::timeline::timelineasset::TimelineAsset, crate::unity_engine::playables::playableasset::PlayableAsset) overload
Sourcepub fn get_item(&mut self, idx: impl Into<i32>) -> IMarker_Interface
pub fn get_item(&mut self, idx: impl Into<i32>) -> IMarker_Interface
get_Item(i32) overload
Sourcepub fn get_raw_marker_list(&mut self) -> List_1<ScriptableObject>
pub fn get_raw_marker_list(&mut self) -> List_1<ScriptableObject>
GetRawMarkerList() overload
Sourcepub fn create_marker(
&mut self,
type: impl Into<SystemType>,
time: impl Into<f64>,
owner: impl Into<TrackAsset>,
) -> IMarker_Interface
pub fn create_marker( &mut self, type: impl Into<SystemType>, time: impl Into<f64>, owner: impl Into<TrackAsset>, ) -> IMarker_Interface
CreateMarker(::unity::SystemType, f64, crate::unity_engine::timeline::trackasset::TrackAsset) overload
Sourcepub fn has_notifications(&mut self) -> bool
pub fn has_notifications(&mut self) -> bool
HasNotifications() overload
Sourcepub fn unity_engine_i_serialization_callback_receiver_on_before_serialize(
&mut self,
)
pub fn unity_engine_i_serialization_callback_receiver_on_before_serialize( &mut self, )
UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize() overload
Sourcepub fn unity_engine_i_serialization_callback_receiver_on_after_deserialize(
&mut self,
)
pub fn unity_engine_i_serialization_callback_receiver_on_after_deserialize( &mut self, )
UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize() overload
Sourcepub fn build_cache(&mut self)
pub fn build_cache(&mut self)
BuildCache() overload
Source§impl MarkerList
impl MarkerList
pub fn get_markers_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn add_method_info() -> &'static MethodInfo
pub fn remove_method_info() -> &'static MethodInfo
pub fn remove_2_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn get_count_method_info() -> &'static MethodInfo
pub fn get_item_method_info() -> &'static MethodInfo
pub fn get_raw_marker_list_method_info() -> &'static MethodInfo
pub fn create_marker_method_info() -> &'static MethodInfo
pub fn has_notifications_method_info() -> &'static MethodInfo
pub fn unity_engine_i_serialization_callback_receiver_on_before_serialize_method_info() -> &'static MethodInfo
pub fn unity_engine_i_serialization_callback_receiver_on_after_deserialize_method_info() -> &'static MethodInfo
pub fn build_cache_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for MarkerList
impl ClassIdentity for MarkerList
Source§impl Clone for MarkerList
impl Clone for MarkerList
Source§fn clone(&self) -> MarkerList
fn clone(&self) -> MarkerList
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MarkerList
Auto Trait Implementations§
impl Freeze for MarkerList
impl RefUnwindSafe for MarkerList
impl !Send for MarkerList
impl !Sync for MarkerList
impl Unpin for MarkerList
impl UnwindSafe for MarkerList
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)