pub struct VideoPlayer(/* private fields */);Expand description
IL2CPP class: UnityEngine.Video.VideoPlayer
Inherits: Behaviour
Implementations§
Source§impl VideoPlayer
impl VideoPlayer
Sourcepub fn get_controlled_audio_track_max_count() -> u16
pub fn get_controlled_audio_track_max_count() -> u16
get_controlledAudioTrackMaxCount() overload
Sourcepub fn invoke_prepare_completed_callback_internal(
source: impl Into<VideoPlayer>,
)
pub fn invoke_prepare_completed_callback_internal( source: impl Into<VideoPlayer>, )
InvokePrepareCompletedCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer) overload
Sourcepub fn invoke_frame_ready_callback_internal(
source: impl Into<VideoPlayer>,
frame_idx: impl Into<i64>,
)
pub fn invoke_frame_ready_callback_internal( source: impl Into<VideoPlayer>, frame_idx: impl Into<i64>, )
InvokeFrameReadyCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer, i64) overload
Sourcepub fn invoke_loop_point_reached_callback_internal(
source: impl Into<VideoPlayer>,
)
pub fn invoke_loop_point_reached_callback_internal( source: impl Into<VideoPlayer>, )
InvokeLoopPointReachedCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer) overload
Sourcepub fn invoke_started_callback_internal(source: impl Into<VideoPlayer>)
pub fn invoke_started_callback_internal(source: impl Into<VideoPlayer>)
InvokeStartedCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer) overload
Sourcepub fn invoke_frame_dropped_callback_internal(source: impl Into<VideoPlayer>)
pub fn invoke_frame_dropped_callback_internal(source: impl Into<VideoPlayer>)
InvokeFrameDroppedCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer) overload
Sourcepub fn invoke_error_received_callback_internal(
source: impl Into<VideoPlayer>,
error_str: impl Into<Il2CppString>,
)
pub fn invoke_error_received_callback_internal( source: impl Into<VideoPlayer>, error_str: impl Into<Il2CppString>, )
InvokeErrorReceivedCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer, ::unity::Il2CppString) overload
Sourcepub fn invoke_seek_completed_callback_internal(source: impl Into<VideoPlayer>)
pub fn invoke_seek_completed_callback_internal(source: impl Into<VideoPlayer>)
InvokeSeekCompletedCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer) overload
Sourcepub fn invoke_clock_resync_occurred_callback_internal(
source: impl Into<VideoPlayer>,
seconds: impl Into<f64>,
)
pub fn invoke_clock_resync_occurred_callback_internal( source: impl Into<VideoPlayer>, seconds: impl Into<f64>, )
InvokeClockResyncOccurredCallback_Internal(crate::unity_engine::video::videoplayer::VideoPlayer, f64) overload
Source§impl VideoPlayer
impl VideoPlayer
pub fn get_source_method_info() -> &'static MethodInfo
pub fn set_source_method_info() -> &'static MethodInfo
pub fn get_url_method_info() -> &'static MethodInfo
pub fn set_url_method_info() -> &'static MethodInfo
pub fn get_clip_method_info() -> &'static MethodInfo
pub fn set_clip_method_info() -> &'static MethodInfo
pub fn get_render_mode_method_info() -> &'static MethodInfo
pub fn set_render_mode_method_info() -> &'static MethodInfo
pub fn get_target_camera_method_info() -> &'static MethodInfo
pub fn set_target_camera_method_info() -> &'static MethodInfo
pub fn get_target_texture_method_info() -> &'static MethodInfo
pub fn set_target_texture_method_info() -> &'static MethodInfo
pub fn get_target_material_renderer_method_info() -> &'static MethodInfo
pub fn set_target_material_renderer_method_info() -> &'static MethodInfo
pub fn get_target_material_property_method_info() -> &'static MethodInfo
pub fn set_target_material_property_method_info() -> &'static MethodInfo
pub fn get_aspect_ratio_method_info() -> &'static MethodInfo
pub fn set_aspect_ratio_method_info() -> &'static MethodInfo
pub fn get_target_camera_alpha_method_info() -> &'static MethodInfo
pub fn set_target_camera_alpha_method_info() -> &'static MethodInfo
pub fn get_target_camera3_d_layout_method_info() -> &'static MethodInfo
pub fn set_target_camera3_d_layout_method_info() -> &'static MethodInfo
pub fn get_texture_method_info() -> &'static MethodInfo
pub fn prepare_method_info() -> &'static MethodInfo
pub fn get_is_prepared_method_info() -> &'static MethodInfo
pub fn get_wait_for_first_frame_method_info() -> &'static MethodInfo
pub fn set_wait_for_first_frame_method_info() -> &'static MethodInfo
pub fn get_play_on_awake_method_info() -> &'static MethodInfo
pub fn set_play_on_awake_method_info() -> &'static MethodInfo
pub fn play_method_info() -> &'static MethodInfo
pub fn pause_method_info() -> &'static MethodInfo
pub fn stop_method_info() -> &'static MethodInfo
pub fn get_is_playing_method_info() -> &'static MethodInfo
pub fn get_is_paused_method_info() -> &'static MethodInfo
pub fn get_can_set_time_method_info() -> &'static MethodInfo
pub fn get_time_method_info() -> &'static MethodInfo
pub fn set_time_method_info() -> &'static MethodInfo
pub fn get_frame_method_info() -> &'static MethodInfo
pub fn set_frame_method_info() -> &'static MethodInfo
pub fn get_clock_time_method_info() -> &'static MethodInfo
pub fn get_can_step_method_info() -> &'static MethodInfo
pub fn step_forward_method_info() -> &'static MethodInfo
pub fn get_can_set_playback_speed_method_info() -> &'static MethodInfo
pub fn get_playback_speed_method_info() -> &'static MethodInfo
pub fn set_playback_speed_method_info() -> &'static MethodInfo
pub fn get_is_looping_method_info() -> &'static MethodInfo
pub fn set_is_looping_method_info() -> &'static MethodInfo
pub fn get_can_set_time_source_method_info() -> &'static MethodInfo
pub fn get_time_source_method_info() -> &'static MethodInfo
pub fn set_time_source_method_info() -> &'static MethodInfo
pub fn get_time_reference_method_info() -> &'static MethodInfo
pub fn set_time_reference_method_info() -> &'static MethodInfo
pub fn get_external_reference_time_method_info() -> &'static MethodInfo
pub fn set_external_reference_time_method_info() -> &'static MethodInfo
pub fn get_can_set_skip_on_drop_method_info() -> &'static MethodInfo
pub fn get_skip_on_drop_method_info() -> &'static MethodInfo
pub fn set_skip_on_drop_method_info() -> &'static MethodInfo
pub fn get_frame_count_method_info() -> &'static MethodInfo
pub fn get_frame_rate_method_info() -> &'static MethodInfo
pub fn get_length_method_info() -> &'static MethodInfo
pub fn get_width_method_info() -> &'static MethodInfo
pub fn get_height_method_info() -> &'static MethodInfo
pub fn get_pixel_aspect_ratio_numerator_method_info() -> &'static MethodInfo
pub fn get_pixel_aspect_ratio_denominator_method_info() -> &'static MethodInfo
pub fn get_audio_track_count_method_info() -> &'static MethodInfo
pub fn get_audio_language_code_method_info() -> &'static MethodInfo
pub fn get_audio_channel_count_method_info() -> &'static MethodInfo
pub fn get_audio_sample_rate_method_info() -> &'static MethodInfo
pub fn get_controlled_audio_track_max_count_method_info() -> &'static MethodInfo
pub fn get_controlled_audio_track_count_method_info() -> &'static MethodInfo
pub fn set_controlled_audio_track_count_method_info() -> &'static MethodInfo
pub fn enable_audio_track_method_info() -> &'static MethodInfo
pub fn is_audio_track_enabled_method_info() -> &'static MethodInfo
pub fn get_audio_output_mode_method_info() -> &'static MethodInfo
pub fn set_audio_output_mode_method_info() -> &'static MethodInfo
pub fn get_can_set_direct_audio_volume_method_info() -> &'static MethodInfo
pub fn get_direct_audio_volume_method_info() -> &'static MethodInfo
pub fn set_direct_audio_volume_method_info() -> &'static MethodInfo
pub fn get_direct_audio_mute_method_info() -> &'static MethodInfo
pub fn set_direct_audio_mute_method_info() -> &'static MethodInfo
pub fn get_target_audio_source_method_info() -> &'static MethodInfo
pub fn set_target_audio_source_method_info() -> &'static MethodInfo
pub fn add_prepare_completed_method_info() -> &'static MethodInfo
pub fn remove_prepare_completed_method_info() -> &'static MethodInfo
pub fn add_loop_point_reached_method_info() -> &'static MethodInfo
pub fn remove_loop_point_reached_method_info() -> &'static MethodInfo
pub fn add_started_method_info() -> &'static MethodInfo
pub fn remove_started_method_info() -> &'static MethodInfo
pub fn add_frame_dropped_method_info() -> &'static MethodInfo
pub fn remove_frame_dropped_method_info() -> &'static MethodInfo
pub fn add_error_received_method_info() -> &'static MethodInfo
pub fn remove_error_received_method_info() -> &'static MethodInfo
pub fn add_seek_completed_method_info() -> &'static MethodInfo
pub fn remove_seek_completed_method_info() -> &'static MethodInfo
pub fn add_clock_resync_occurred_method_info() -> &'static MethodInfo
pub fn remove_clock_resync_occurred_method_info() -> &'static MethodInfo
pub fn get_send_frame_ready_events_method_info() -> &'static MethodInfo
pub fn set_send_frame_ready_events_method_info() -> &'static MethodInfo
pub fn add_frame_ready_method_info() -> &'static MethodInfo
pub fn remove_frame_ready_method_info() -> &'static MethodInfo
pub fn invoke_prepare_completed_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_frame_ready_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_loop_point_reached_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_started_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_frame_dropped_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_error_received_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_seek_completed_callback_internal_method_info() -> &'static MethodInfo
pub fn invoke_clock_resync_occurred_callback_internal_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
Source§impl VideoPlayer
impl VideoPlayer
Trait Implementations§
Source§impl ClassIdentity for VideoPlayer
impl ClassIdentity for VideoPlayer
Source§impl Clone for VideoPlayer
impl Clone for VideoPlayer
Source§fn clone(&self) -> VideoPlayer
fn clone(&self) -> VideoPlayer
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl FromIlInstance for VideoPlayer
impl FromIlInstance for VideoPlayer
fn from_il_instance(instance: IlInstance) -> Self
fn instantiate() -> Option<Self>
§fn instantiate_with_class(class: Class) -> Option<Self>
fn instantiate_with_class(class: Class) -> Option<Self>
class is a subtype of Self or layout compatibleSource§impl IObject_2 for VideoPlayer
impl IObject_2 for VideoPlayer
fn m_cached_ptr(self) -> IntPtr
fn set_m_cached_ptr(self, value: IntPtr)
Source§impl IVideoPlayer for VideoPlayer
impl IVideoPlayer for VideoPlayer
fn prepare_completed(self) -> VideoPlayer_EventHandler
fn set_prepare_completed(self, value: VideoPlayer_EventHandler)
fn loop_point_reached(self) -> VideoPlayer_EventHandler
fn set_loop_point_reached(self, value: VideoPlayer_EventHandler)
fn started(self) -> VideoPlayer_EventHandler
fn set_started(self, value: VideoPlayer_EventHandler)
fn frame_dropped(self) -> VideoPlayer_EventHandler
fn set_frame_dropped(self, value: VideoPlayer_EventHandler)
fn error_received(self) -> VideoPlayer_ErrorEventHandler
fn set_error_received(self, value: VideoPlayer_ErrorEventHandler)
fn seek_completed(self) -> VideoPlayer_EventHandler
fn set_seek_completed(self, value: VideoPlayer_EventHandler)
fn clock_resync_occurred(self) -> VideoPlayer_TimeEventHandler
fn set_clock_resync_occurred(self, value: VideoPlayer_TimeEventHandler)
fn frame_ready(self) -> VideoPlayer_FrameReadyEventHandler
fn set_frame_ready(self, value: VideoPlayer_FrameReadyEventHandler)
impl Copy for VideoPlayer
impl IBehaviour for VideoPlayer
impl IComponent for VideoPlayer
impl IObject for VideoPlayer
Auto Trait Implementations§
impl Freeze for VideoPlayer
impl RefUnwindSafe for VideoPlayer
impl !Send for VideoPlayer
impl !Sync for VideoPlayer
impl Unpin for VideoPlayer
impl UnwindSafe for VideoPlayer
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
§impl<T> Cast for Twhere
T: SystemObject,
impl<T> Cast for Twhere
T: SystemObject,
fn get_class(self) -> Class
fn is_null(self) -> bool
fn rebind_class(self, new_class: Class)
fn override_class(self) -> Class
fn is_instance_of<T>(self) -> boolwhere
T: ClassIdentity,
fn is_direct_subclass_of<T>(self) -> boolwhere
T: ClassIdentity,
fn try_cast<T>(self) -> Option<T>where
T: ClassIdentity + FromIlInstance,
§unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
§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)
clone_to_uninit)§impl<T> DefaultInjectedMembers for T
impl<T> DefaultInjectedMembers for T
fn __injected_fields() -> Vec<InjectedFieldDescriptor>
fn __injected_methods() -> Vec<InjectedMethodDescriptor>
fn __injected_overrides() -> Vec<InjectedOverrideDescriptor>
Source§impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, capacity: i32)where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_count(self) -> i32where
Self: Sized,
fn get_item(self, index: i32) -> T0where
Self: Sized,
fn add(self, item: T0)where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn unchecked_add(self, item: T0)where
Self: Sized,
fn ensure_capacity(self, minimum: i32)where
Self: Sized,
Source§impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_location_name(self) -> Il2CppStringwhere
Self: Sized,
fn set_location_name(self, value: Il2CppString)where
Self: Sized,
fn op_implicit(obj: AsyncOperationHandle_1<T0>) -> AsyncOperationHandle
fn ctor(self, op: AsyncOperationBase_1<T0>)where
Self: Sized,
fn get_download_status(self) -> DownloadStatuswhere
Self: Sized,
fn internal_get_download_status(
self,
visited: HashSet_1<Object>,
) -> DownloadStatuswhere
Self: Sized,
fn ctor_2(self, op: IAsyncOperation)where
Self: Sized,
fn ctor_3(self, op: IAsyncOperation, version: i32)where
Self: Sized,
fn ctor_4(self, op: IAsyncOperation, location_name: Il2CppString)where
Self: Sized,
fn ctor_5(self, op: IAsyncOperation, version: i32, location_name: Il2CppString)where
Self: Sized,
fn acquire(self) -> AsyncOperationHandle_1<T0>where
Self: Sized,
fn add_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn remove_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn add_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn get_debug_name(self) -> Il2CppStringwhere
Self: Sized,
fn add_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn equals(self, other: AsyncOperationHandle_1<T0>) -> boolwhere
Self: Sized,
fn get_hash_code(self) -> i32where
Self: Sized,
fn wait_for_completion(self) -> T0where
Self: Sized,
fn get_internal_op(self) -> AsyncOperationBase_1<T0>where
Self: Sized,
fn get_is_done(self) -> boolwhere
Self: Sized,
fn is_valid(self) -> boolwhere
Self: Sized,
fn get_percent_complete(self) -> f32where
Self: Sized,
fn get_reference_count(self) -> i32where
Self: Sized,
fn release(self)where
Self: Sized,
fn get_result(self) -> T0where
Self: Sized,
fn get_status(self) -> AsyncOperationStatuswhere
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<__T> IBehaviourMethods for __Twhere
__T: IBehaviour,
impl<__T> IBehaviourMethods for __Twhere
__T: IBehaviour,
Source§fn get_enabled(self) -> bool
fn get_enabled(self) -> bool
get_enabled() overloadSource§fn set_enabled(self, value: impl Into<bool>)
fn set_enabled(self, value: impl Into<bool>)
set_enabled(bool) overloadSource§fn get_is_active_and_enabled(self) -> bool
fn get_is_active_and_enabled(self) -> bool
get_isActiveAndEnabled() overloadSource§impl<__T> IComponentMethods for __Twhere
__T: IComponent,
impl<__T> IComponentMethods for __Twhere
__T: IComponent,
Source§fn get_transform(self) -> Transform
fn get_transform(self) -> Transform
get_transform() overloadSource§fn get_game_object(self) -> GameObject
fn get_game_object(self) -> GameObject
get_gameObject() overloadSource§fn get_component(self, type: impl Into<SystemType>) -> Component
fn get_component(self, type: impl Into<SystemType>) -> Component
GetComponent(::unity::SystemType) overloadSource§fn get_component_fast_path(
self,
type: impl Into<SystemType>,
one_further_than_result_value: impl Into<IntPtr>,
)
fn get_component_fast_path( self, type: impl Into<SystemType>, one_further_than_result_value: impl Into<IntPtr>, )
GetComponentFastPath(::unity::SystemType, ::unity::IntPtr) overloadfn get_component_2<M0: IlType + Copy + ClassIdentity>(self) -> M0
fn try_get_component<M0: IlType + Copy + ClassIdentity>( self, component: impl Into<*mut M0>, ) -> bool
Source§fn get_component_in_children(
self,
t: impl Into<SystemType>,
include_inactive: impl Into<bool>,
) -> Component
fn get_component_in_children( self, t: impl Into<SystemType>, include_inactive: impl Into<bool>, ) -> Component
GetComponentInChildren(::unity::SystemType, bool) overloadfn get_component_in_children_2<M0: IlType + Copy + ClassIdentity>( self, include_inactive: impl Into<bool>, ) -> M0
fn get_component_in_children_3<M0: IlType + Copy + ClassIdentity>(self) -> M0
fn get_components_in_children<M0: IlType + Copy + ClassIdentity>( self, include_inactive: impl Into<bool>, ) -> Array<M0>
fn get_components_in_children_2<M0: IlType + Copy + ClassIdentity>( self, include_inactive: impl Into<bool>, result: impl Into<List_1<M0>>, )
fn get_components_in_children_3<M0: IlType + Copy + ClassIdentity>( self, ) -> Array<M0>
fn get_components_in_children_4<M0: IlType + Copy + ClassIdentity>( self, results: impl Into<List_1<M0>>, )
Source§fn get_component_in_parent(self, t: impl Into<SystemType>) -> Component
fn get_component_in_parent(self, t: impl Into<SystemType>) -> Component
GetComponentInParent(::unity::SystemType) overloadfn get_component_in_parent_2<M0: IlType + Copy + ClassIdentity>(self) -> M0
fn get_components_in_parent<M0: IlType + Copy + ClassIdentity>( self, include_inactive: impl Into<bool>, ) -> Array<M0>
fn get_components_in_parent_2<M0: IlType + Copy + ClassIdentity>( self, include_inactive: impl Into<bool>, results: impl Into<List_1<M0>>, )
fn get_components_in_parent_3<M0: IlType + Copy + ClassIdentity>( self, ) -> Array<M0>
Source§fn get_components_for_list_internal(
self,
search_type: impl Into<SystemType>,
result_list: impl Into<Object>,
)
fn get_components_for_list_internal( self, search_type: impl Into<SystemType>, result_list: impl Into<Object>, )
GetComponentsForListInternal(::unity::SystemType, crate::system::object::Object) overloadSource§fn get_components(
self,
type: impl Into<SystemType>,
results: impl Into<List_1<Component>>,
)
fn get_components( self, type: impl Into<SystemType>, results: impl Into<List_1<Component>>, )
GetComponents(::unity::SystemType, crate::system::collections::generic::list_1::List_1<crate::unity_engine::component::Component>) overloadfn get_components_2<M0: IlType + Copy + ClassIdentity>( self, results: impl Into<List_1<M0>>, )
Source§fn get_tag(self) -> Il2CppString
fn get_tag(self) -> Il2CppString
get_tag() overloadSource§fn set_tag(self, value: impl Into<Il2CppString>)
fn set_tag(self, value: impl Into<Il2CppString>)
set_tag(::unity::Il2CppString) overloadfn get_components_3<M0: IlType + Copy + ClassIdentity>(self) -> Array<M0>
Source§fn compare_tag(self, tag: impl Into<Il2CppString>) -> bool
fn compare_tag(self, tag: impl Into<Il2CppString>) -> bool
CompareTag(::unity::Il2CppString) overloadSource§impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
Source§impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>, get_enumerator_ret_type: i32)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> KeyValuePair_2<T0, T1>where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntrywhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_key(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_value(self) -> Objectwhere
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T1where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn resolve(self, resolver: IExposedPropertyTable) -> T0where
Self: Sized,
Source§impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, set: HashSet_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn initialize() -> IntPtr
Source§impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
Source§impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, initialize: bool)where
Self: Sized,
fn ctor_2(self, max_capacity: i32)where
Self: Sized,
fn add_range(self, items: IEnumerable_1<T0>)where
Self: Sized,
fn copy_to(self, array: Array<T0>, array_index: i32, count: i32)where
Self: Sized,
fn get_buffer(self, index: i32) -> Array<T0>where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn try_move(self) -> (bool, Array<T0>)where
Self: Sized,
fn allocate_buffer(self)where
Self: Sized,
Source§impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: LinkedList_1<T0>)where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
self,
sender: Object,
)where
Self: Sized,
Source§impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_count(self) -> i32where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_item(self) -> (*mut T0, i32)where
Self: Sized,
fn get_unchecked(self) -> (*mut T0, i32)where
Self: Sized,
fn try_add(self) -> (bool, T0)where
Self: Sized,
fn try_copy_to(self, other: ListBuffer_1<T0>) -> boolwhere
Self: Sized,
Source§impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: List_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn move_next_rare(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<__T> IObjectMethods for __Twhere
__T: IObject,
impl<__T> IObjectMethods for __Twhere
__T: IObject,
Source§fn equals(self, obj: impl Into<Object>) -> bool
fn equals(self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() overloadSource§fn memberwise_clone(self) -> Object
fn memberwise_clone(self) -> Object
MemberwiseClone() overloadSource§fn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() overloadSource§fn field_getter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
) -> IlInstance
fn field_getter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, ) -> IlInstance
FieldGetter(::unity::Il2CppString, ::unity::Il2CppString, *mut::unity::IlInstance) overloadSource§fn field_setter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
val: impl Into<Object>,
)
fn field_setter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, val: impl Into<Object>, )
FieldSetter(::unity::Il2CppString, ::unity::Il2CppString, crate::system::object::Object) overloadSource§impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, value: T0, pool: ObjectPool_1_2<T0>)where
Self: Sized,
fn system_i_disposable_dispose(self)where
Self: Sized,
Source§impl<__T> IObject_2Methods for __Twhere
__T: IObject_2,
impl<__T> IObject_2Methods for __Twhere
__T: IObject_2,
Source§fn get_instance_id(self) -> i32
fn get_instance_id(self) -> i32
GetInstanceID() overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() overloadSource§fn equals(self, other: impl Into<Object>) -> bool
fn equals(self, other: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overloadSource§fn ensure_running_on_main_thread(self)
fn ensure_running_on_main_thread(self)
EnsureRunningOnMainThread() overloadSource§fn get_cached_ptr(self) -> IntPtr
fn get_cached_ptr(self) -> IntPtr
GetCachedPtr() overloadSource§fn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
get_name() overloadSource§fn set_name(self, value: impl Into<Il2CppString>)
fn set_name(self, value: impl Into<Il2CppString>)
set_name(::unity::Il2CppString) overloadSource§fn get_hide_flags(self) -> HideFlags
fn get_hide_flags(self) -> HideFlags
get_hideFlags() overloadSource§fn set_hide_flags(self, value: impl Into<HideFlags>)
fn set_hide_flags(self, value: impl Into<HideFlags>)
set_hideFlags(crate::unity_engine::hideflags::HideFlags) overloadSource§fn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() overloadSource§impl<T0, __U> IQueue_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IQueue_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, q: Queue_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn throw_enumeration_not_started_or_ended(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IScriptPlayable_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IScriptPlayable_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_null() -> ScriptPlayable_1<T0>
fn create(graph: PlayableGraph, input_count: i32) -> ScriptPlayable_1<T0>
fn create_2( graph: PlayableGraph, template: T0, input_count: i32, ) -> ScriptPlayable_1<T0>
fn create_handle( graph: PlayableGraph, template: T0, input_count: i32, ) -> PlayableHandle
fn create_script_instance() -> Object
fn clone_script_instance(source: IPlayableBehaviour_Interface) -> Object
fn clone_script_instance_from_engine_object(source: Object_2) -> Object
fn ctor(self, handle: PlayableHandle)where
Self: Sized,
fn get_handle(self) -> PlayableHandlewhere
Self: Sized,
fn get_behaviour(self) -> T0where
Self: Sized,
fn op_implicit(playable: ScriptPlayable_1<T0>) -> Playable
fn op_explicit(playable: Playable) -> ScriptPlayable_1<T0>
fn equals(self, other: ScriptPlayable_1<T0>) -> boolwhere
Self: Sized,
fn cctor()
Source§impl<T0, T1, __U> ISortedDictionary_2_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> ISortedDictionary_2_EnumeratorMethods<T0, T1> for __U
fn ctor(
self,
dictionary: SortedDictionary_2<T0, T1>,
get_enumerator_ret_type: i32,
)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn dispose(self)where
Self: Sized,
fn get_current(self) -> KeyValuePair_2<T0, T1>where
Self: Sized,
fn get_not_started_or_ended(self) -> boolwhere
Self: Sized,
fn reset(self)where
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_key(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_value(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntrywhere
Self: Sized,
Source§impl<T0, T1, __U> ISortedDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> ISortedDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, T1, __U> ISortedDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> ISortedDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T1where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> ISortedSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ISortedSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, set: SortedSet_1<T0>)where
Self: Sized,
fn ctor_2(self, set: SortedSet_1<T0>, reverse: bool)where
Self: Sized,
fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
self,
sender: Object,
)where
Self: Sized,
fn initialize(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn dispose(self)where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn get_not_started_or_ended(self) -> boolwhere
Self: Sized,
fn reset(self)where
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn cctor()
Source§impl<T0, __U> IStack_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IStack_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, stack: Stack_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn throw_enumeration_not_started_or_ended(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> ITMP_TextProcessingStack_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ITMP_TextProcessingStack_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, stack: Array<T0>)where
Self: Sized,
fn ctor_2(self, capacity: i32)where
Self: Sized,
fn ctor_3(self, capacity: i32, rollover_size: i32)where
Self: Sized,
fn get_count(self) -> i32where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn get_rollover_size(self) -> i32where
Self: Sized,
fn set_rollover_size(self, value: i32)where
Self: Sized,
fn set_default(stack: Array<TMP_TextProcessingStack_1<T0>>, item: T0)
fn clear(self)where
Self: Sized,
fn set_default_2(self, item: T0)where
Self: Sized,
fn add(self, item: T0)where
Self: Sized,
fn remove(self) -> T0where
Self: Sized,
fn push(self, item: T0)where
Self: Sized,
fn pop(self) -> T0where
Self: Sized,
fn peek(self) -> T0where
Self: Sized,
fn current_item(self) -> T0where
Self: Sized,
fn previous_item(self) -> T0where
Self: Sized,
Source§impl<__T> IVideoPlayerMethods for __Twhere
__T: IVideoPlayer,
impl<__T> IVideoPlayerMethods for __Twhere
__T: IVideoPlayer,
Source§fn get_source(self) -> VideoSource
fn get_source(self) -> VideoSource
get_source() overloadSource§fn set_source(self, value: impl Into<VideoSource>)
fn set_source(self, value: impl Into<VideoSource>)
set_source(crate::unity_engine::video::videosource::VideoSource) overloadSource§fn get_url(self) -> Il2CppString
fn get_url(self) -> Il2CppString
get_url() overloadSource§fn set_url(self, value: impl Into<Il2CppString>)
fn set_url(self, value: impl Into<Il2CppString>)
set_url(::unity::Il2CppString) overloadSource§fn set_clip(self, value: impl Into<VideoClip>)
fn set_clip(self, value: impl Into<VideoClip>)
set_clip(crate::unity_engine::video::videoclip::VideoClip) overloadSource§fn get_render_mode(self) -> VideoRenderMode
fn get_render_mode(self) -> VideoRenderMode
get_renderMode() overloadSource§fn set_render_mode(self, value: impl Into<VideoRenderMode>)
fn set_render_mode(self, value: impl Into<VideoRenderMode>)
set_renderMode(crate::unity_engine::video::videorendermode::VideoRenderMode) overloadSource§fn get_target_camera(self) -> Camera
fn get_target_camera(self) -> Camera
get_targetCamera() overloadSource§fn set_target_camera(self, value: impl Into<Camera>)
fn set_target_camera(self, value: impl Into<Camera>)
set_targetCamera(crate::unity_engine::camera::Camera) overloadSource§fn get_target_texture(self) -> RenderTexture
fn get_target_texture(self) -> RenderTexture
get_targetTexture() overloadSource§fn set_target_texture(self, value: impl Into<RenderTexture>)
fn set_target_texture(self, value: impl Into<RenderTexture>)
set_targetTexture(crate::unity_engine::rendertexture::RenderTexture) overloadSource§fn get_target_material_renderer(self) -> Renderer
fn get_target_material_renderer(self) -> Renderer
get_targetMaterialRenderer() overloadSource§fn set_target_material_renderer(self, value: impl Into<Renderer>)
fn set_target_material_renderer(self, value: impl Into<Renderer>)
set_targetMaterialRenderer(crate::unity_engine::renderer::Renderer) overloadSource§fn get_target_material_property(self) -> Il2CppString
fn get_target_material_property(self) -> Il2CppString
get_targetMaterialProperty() overloadSource§fn set_target_material_property(self, value: impl Into<Il2CppString>)
fn set_target_material_property(self, value: impl Into<Il2CppString>)
set_targetMaterialProperty(::unity::Il2CppString) overloadSource§fn get_aspect_ratio(self) -> VideoAspectRatio
fn get_aspect_ratio(self) -> VideoAspectRatio
get_aspectRatio() overloadSource§fn set_aspect_ratio(self, value: impl Into<VideoAspectRatio>)
fn set_aspect_ratio(self, value: impl Into<VideoAspectRatio>)
set_aspectRatio(crate::unity_engine::video::videoaspectratio::VideoAspectRatio) overloadSource§fn get_target_camera_alpha(self) -> f32
fn get_target_camera_alpha(self) -> f32
get_targetCameraAlpha() overloadSource§fn set_target_camera_alpha(self, value: impl Into<f32>)
fn set_target_camera_alpha(self, value: impl Into<f32>)
set_targetCameraAlpha(f32) overloadSource§fn get_target_camera3_d_layout(self) -> Video3DLayout
fn get_target_camera3_d_layout(self) -> Video3DLayout
get_targetCamera3DLayout() overloadSource§fn set_target_camera3_d_layout(self, value: impl Into<Video3DLayout>)
fn set_target_camera3_d_layout(self, value: impl Into<Video3DLayout>)
set_targetCamera3DLayout(crate::unity_engine::video::video3dlayout::Video3DLayout) overloadSource§fn get_texture(self) -> Texture
fn get_texture(self) -> Texture
get_texture() overloadSource§fn get_is_prepared(self) -> bool
fn get_is_prepared(self) -> bool
get_isPrepared() overloadSource§fn get_wait_for_first_frame(self) -> bool
fn get_wait_for_first_frame(self) -> bool
get_waitForFirstFrame() overloadSource§fn set_wait_for_first_frame(self, value: impl Into<bool>)
fn set_wait_for_first_frame(self, value: impl Into<bool>)
set_waitForFirstFrame(bool) overloadSource§fn get_play_on_awake(self) -> bool
fn get_play_on_awake(self) -> bool
get_playOnAwake() overloadSource§fn set_play_on_awake(self, value: impl Into<bool>)
fn set_play_on_awake(self, value: impl Into<bool>)
set_playOnAwake(bool) overloadSource§fn get_is_playing(self) -> bool
fn get_is_playing(self) -> bool
get_isPlaying() overloadSource§fn get_is_paused(self) -> bool
fn get_is_paused(self) -> bool
get_isPaused() overloadSource§fn get_can_set_time(self) -> bool
fn get_can_set_time(self) -> bool
get_canSetTime() overloadSource§fn get_clock_time(self) -> f64
fn get_clock_time(self) -> f64
get_clockTime() overloadSource§fn get_can_step(self) -> bool
fn get_can_step(self) -> bool
get_canStep() overloadSource§fn step_forward(self)
fn step_forward(self)
StepForward() overloadSource§fn get_can_set_playback_speed(self) -> bool
fn get_can_set_playback_speed(self) -> bool
get_canSetPlaybackSpeed() overloadSource§fn get_playback_speed(self) -> f32
fn get_playback_speed(self) -> f32
get_playbackSpeed() overloadSource§fn set_playback_speed(self, value: impl Into<f32>)
fn set_playback_speed(self, value: impl Into<f32>)
set_playbackSpeed(f32) overloadSource§fn get_is_looping(self) -> bool
fn get_is_looping(self) -> bool
get_isLooping() overloadSource§fn set_is_looping(self, value: impl Into<bool>)
fn set_is_looping(self, value: impl Into<bool>)
set_isLooping(bool) overloadSource§fn get_can_set_time_source(self) -> bool
fn get_can_set_time_source(self) -> bool
get_canSetTimeSource() overloadSource§fn get_time_source(self) -> VideoTimeSource
fn get_time_source(self) -> VideoTimeSource
get_timeSource() overloadSource§fn set_time_source(self, value: impl Into<VideoTimeSource>)
fn set_time_source(self, value: impl Into<VideoTimeSource>)
set_timeSource(crate::unity_engine::video::videotimesource::VideoTimeSource) overloadSource§fn get_time_reference(self) -> VideoTimeReference
fn get_time_reference(self) -> VideoTimeReference
get_timeReference() overloadSource§fn set_time_reference(self, value: impl Into<VideoTimeReference>)
fn set_time_reference(self, value: impl Into<VideoTimeReference>)
set_timeReference(crate::unity_engine::video::videotimereference::VideoTimeReference) overloadSource§fn get_external_reference_time(self) -> f64
fn get_external_reference_time(self) -> f64
get_externalReferenceTime() overloadSource§fn set_external_reference_time(self, value: impl Into<f64>)
fn set_external_reference_time(self, value: impl Into<f64>)
set_externalReferenceTime(f64) overloadSource§fn get_can_set_skip_on_drop(self) -> bool
fn get_can_set_skip_on_drop(self) -> bool
get_canSetSkipOnDrop() overloadSource§fn get_skip_on_drop(self) -> bool
fn get_skip_on_drop(self) -> bool
get_skipOnDrop() overloadSource§fn set_skip_on_drop(self, value: impl Into<bool>)
fn set_skip_on_drop(self, value: impl Into<bool>)
set_skipOnDrop(bool) overloadSource§fn get_frame_count(self) -> u64
fn get_frame_count(self) -> u64
get_frameCount() overloadSource§fn get_frame_rate(self) -> f32
fn get_frame_rate(self) -> f32
get_frameRate() overloadSource§fn get_length(self) -> f64
fn get_length(self) -> f64
get_length() overloadSource§fn get_height(self) -> u32
fn get_height(self) -> u32
get_height() overloadSource§fn get_pixel_aspect_ratio_numerator(self) -> u32
fn get_pixel_aspect_ratio_numerator(self) -> u32
get_pixelAspectRatioNumerator() overloadSource§fn get_pixel_aspect_ratio_denominator(self) -> u32
fn get_pixel_aspect_ratio_denominator(self) -> u32
get_pixelAspectRatioDenominator() overloadSource§fn get_audio_track_count(self) -> u16
fn get_audio_track_count(self) -> u16
get_audioTrackCount() overloadSource§fn get_audio_language_code(self, track_index: impl Into<u16>) -> Il2CppString
fn get_audio_language_code(self, track_index: impl Into<u16>) -> Il2CppString
GetAudioLanguageCode(u16) overloadSource§fn get_audio_channel_count(self, track_index: impl Into<u16>) -> u16
fn get_audio_channel_count(self, track_index: impl Into<u16>) -> u16
GetAudioChannelCount(u16) overloadSource§fn get_audio_sample_rate(self, track_index: impl Into<u16>) -> u32
fn get_audio_sample_rate(self, track_index: impl Into<u16>) -> u32
GetAudioSampleRate(u16) overloadSource§fn get_controlled_audio_track_count(self) -> u16
fn get_controlled_audio_track_count(self) -> u16
get_controlledAudioTrackCount() overloadSource§fn set_controlled_audio_track_count(self, value: impl Into<u16>)
fn set_controlled_audio_track_count(self, value: impl Into<u16>)
set_controlledAudioTrackCount(u16) overloadSource§fn enable_audio_track(
self,
track_index: impl Into<u16>,
enabled: impl Into<bool>,
)
fn enable_audio_track( self, track_index: impl Into<u16>, enabled: impl Into<bool>, )
EnableAudioTrack(u16, bool) overloadSource§fn is_audio_track_enabled(self, track_index: impl Into<u16>) -> bool
fn is_audio_track_enabled(self, track_index: impl Into<u16>) -> bool
IsAudioTrackEnabled(u16) overloadSource§fn get_audio_output_mode(self) -> VideoAudioOutputMode
fn get_audio_output_mode(self) -> VideoAudioOutputMode
get_audioOutputMode() overloadSource§fn set_audio_output_mode(self, value: impl Into<VideoAudioOutputMode>)
fn set_audio_output_mode(self, value: impl Into<VideoAudioOutputMode>)
set_audioOutputMode(crate::unity_engine::video::videoaudiooutputmode::VideoAudioOutputMode) overloadSource§fn get_can_set_direct_audio_volume(self) -> bool
fn get_can_set_direct_audio_volume(self) -> bool
get_canSetDirectAudioVolume() overloadSource§fn get_direct_audio_volume(self, track_index: impl Into<u16>) -> f32
fn get_direct_audio_volume(self, track_index: impl Into<u16>) -> f32
GetDirectAudioVolume(u16) overloadSource§fn set_direct_audio_volume(
self,
track_index: impl Into<u16>,
volume: impl Into<f32>,
)
fn set_direct_audio_volume( self, track_index: impl Into<u16>, volume: impl Into<f32>, )
SetDirectAudioVolume(u16, f32) overloadSource§fn get_direct_audio_mute(self, track_index: impl Into<u16>) -> bool
fn get_direct_audio_mute(self, track_index: impl Into<u16>) -> bool
GetDirectAudioMute(u16) overloadSource§fn set_direct_audio_mute(
self,
track_index: impl Into<u16>,
mute: impl Into<bool>,
)
fn set_direct_audio_mute( self, track_index: impl Into<u16>, mute: impl Into<bool>, )
SetDirectAudioMute(u16, bool) overloadSource§fn get_target_audio_source(self, track_index: impl Into<u16>) -> AudioSource
fn get_target_audio_source(self, track_index: impl Into<u16>) -> AudioSource
GetTargetAudioSource(u16) overloadSource§fn set_target_audio_source(
self,
track_index: impl Into<u16>,
source: impl Into<AudioSource>,
)
fn set_target_audio_source( self, track_index: impl Into<u16>, source: impl Into<AudioSource>, )
SetTargetAudioSource(u16, crate::unity_engine::audiosource::AudioSource) overloadSource§fn add_prepare_completed(self, value: impl Into<VideoPlayer_EventHandler>)
fn add_prepare_completed(self, value: impl Into<VideoPlayer_EventHandler>)
add_prepareCompleted(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn remove_prepare_completed(self, value: impl Into<VideoPlayer_EventHandler>)
fn remove_prepare_completed(self, value: impl Into<VideoPlayer_EventHandler>)
remove_prepareCompleted(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn add_loop_point_reached(self, value: impl Into<VideoPlayer_EventHandler>)
fn add_loop_point_reached(self, value: impl Into<VideoPlayer_EventHandler>)
add_loopPointReached(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn remove_loop_point_reached(self, value: impl Into<VideoPlayer_EventHandler>)
fn remove_loop_point_reached(self, value: impl Into<VideoPlayer_EventHandler>)
remove_loopPointReached(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn add_started(self, value: impl Into<VideoPlayer_EventHandler>)
fn add_started(self, value: impl Into<VideoPlayer_EventHandler>)
add_started(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn remove_started(self, value: impl Into<VideoPlayer_EventHandler>)
fn remove_started(self, value: impl Into<VideoPlayer_EventHandler>)
remove_started(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn add_frame_dropped(self, value: impl Into<VideoPlayer_EventHandler>)
fn add_frame_dropped(self, value: impl Into<VideoPlayer_EventHandler>)
add_frameDropped(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn remove_frame_dropped(self, value: impl Into<VideoPlayer_EventHandler>)
fn remove_frame_dropped(self, value: impl Into<VideoPlayer_EventHandler>)
remove_frameDropped(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn add_error_received(self, value: impl Into<VideoPlayer_ErrorEventHandler>)
fn add_error_received(self, value: impl Into<VideoPlayer_ErrorEventHandler>)
add_errorReceived(crate::unity_engine::video::videoplayer::VideoPlayer_ErrorEventHandler) overloadSource§fn remove_error_received(self, value: impl Into<VideoPlayer_ErrorEventHandler>)
fn remove_error_received(self, value: impl Into<VideoPlayer_ErrorEventHandler>)
remove_errorReceived(crate::unity_engine::video::videoplayer::VideoPlayer_ErrorEventHandler) overloadSource§fn add_seek_completed(self, value: impl Into<VideoPlayer_EventHandler>)
fn add_seek_completed(self, value: impl Into<VideoPlayer_EventHandler>)
add_seekCompleted(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn remove_seek_completed(self, value: impl Into<VideoPlayer_EventHandler>)
fn remove_seek_completed(self, value: impl Into<VideoPlayer_EventHandler>)
remove_seekCompleted(crate::unity_engine::video::videoplayer::VideoPlayer_EventHandler) overloadSource§fn add_clock_resync_occurred(
self,
value: impl Into<VideoPlayer_TimeEventHandler>,
)
fn add_clock_resync_occurred( self, value: impl Into<VideoPlayer_TimeEventHandler>, )
add_clockResyncOccurred(crate::unity_engine::video::videoplayer::VideoPlayer_TimeEventHandler) overloadSource§fn remove_clock_resync_occurred(
self,
value: impl Into<VideoPlayer_TimeEventHandler>,
)
fn remove_clock_resync_occurred( self, value: impl Into<VideoPlayer_TimeEventHandler>, )
remove_clockResyncOccurred(crate::unity_engine::video::videoplayer::VideoPlayer_TimeEventHandler) overloadSource§fn get_send_frame_ready_events(self) -> bool
fn get_send_frame_ready_events(self) -> bool
get_sendFrameReadyEvents() overloadSource§fn set_send_frame_ready_events(self, value: impl Into<bool>)
fn set_send_frame_ready_events(self, value: impl Into<bool>)
set_sendFrameReadyEvents(bool) overloadSource§fn add_frame_ready(self, value: impl Into<VideoPlayer_FrameReadyEventHandler>)
fn add_frame_ready(self, value: impl Into<VideoPlayer_FrameReadyEventHandler>)
add_frameReady(crate::unity_engine::video::videoplayer::VideoPlayer_FrameReadyEventHandler) overloadSource§fn remove_frame_ready(
self,
value: impl Into<VideoPlayer_FrameReadyEventHandler>,
)
fn remove_frame_ready( self, value: impl Into<VideoPlayer_FrameReadyEventHandler>, )
remove_frameReady(crate::unity_engine::video::videoplayer::VideoPlayer_FrameReadyEventHandler) overload