#[repr(C)]pub struct ScriptPlayableOutput {
pub m_handle: PlayableOutputHandle,
}Expand description
Fields§
§m_handle: PlayableOutputHandleImplementations§
Source§impl ScriptPlayableOutput
impl ScriptPlayableOutput
Sourcepub fn create(
graph: impl Into<PlayableGraph>,
name: impl Into<Il2CppString>,
) -> ScriptPlayableOutput
pub fn create( graph: impl Into<PlayableGraph>, name: impl Into<Il2CppString>, ) -> ScriptPlayableOutput
Create(crate::unity_engine::playables::playablegraph::PlayableGraph, ::unity::Il2CppString) overload
Sourcepub fn get_null() -> ScriptPlayableOutput
pub fn get_null() -> ScriptPlayableOutput
get_Null() overload
Sourcepub fn op_implicit(output: impl Into<ScriptPlayableOutput>) -> PlayableOutput
pub fn op_implicit(output: impl Into<ScriptPlayableOutput>) -> PlayableOutput
op_Implicit(crate::unity_engine::playables::scriptplayableoutput::ScriptPlayableOutput) overload
Source§impl ScriptPlayableOutput
impl ScriptPlayableOutput
Sourcepub fn ctor(&mut self, handle: impl Into<PlayableOutputHandle>)
pub fn ctor(&mut self, handle: impl Into<PlayableOutputHandle>)
.ctor(crate::unity_engine::playables::playableoutputhandle::PlayableOutputHandle) overload
Sourcepub fn get_handle(&mut self) -> PlayableOutputHandle
pub fn get_handle(&mut self) -> PlayableOutputHandle
GetHandle() overload
Source§impl ScriptPlayableOutput
impl ScriptPlayableOutput
pub fn create_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_null_method_info() -> &'static MethodInfo
pub fn get_handle_method_info() -> &'static MethodInfo
pub fn op_implicit_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for ScriptPlayableOutput
impl ClassIdentity for ScriptPlayableOutput
Source§impl Clone for ScriptPlayableOutput
impl Clone for ScriptPlayableOutput
Source§fn clone(&self) -> ScriptPlayableOutput
fn clone(&self) -> ScriptPlayableOutput
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 ScriptPlayableOutput
Auto Trait Implementations§
impl Freeze for ScriptPlayableOutput
impl RefUnwindSafe for ScriptPlayableOutput
impl Send for ScriptPlayableOutput
impl Sync for ScriptPlayableOutput
impl Unpin for ScriptPlayableOutput
impl UnwindSafe for ScriptPlayableOutput
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)