pub struct EngineRootMotionClipIntentInputV1 { /* private fields */ }Expand description
Unindexed effective clip intent consumed by the bounded streaming builder.
Implementations§
Source§impl EngineRootMotionClipIntentInputV1
impl EngineRootMotionClipIntentInputV1
Sourcepub fn new(
normalized_clip_mapping_state: EngineRootMotionClipMappingStateV1,
normalized_clip_index: Option<u64>,
normalized_clip_name: Option<String>,
movement_owner_xz: Option<RootMotionProjectOwnerV1>,
movement_owner_y: Option<RootMotionProjectOwnerV1>,
movement_owner_yaw: Option<RootMotionProjectOwnerV1>,
) -> Self
pub fn new( normalized_clip_mapping_state: EngineRootMotionClipMappingStateV1, normalized_clip_index: Option<u64>, normalized_clip_name: Option<String>, movement_owner_xz: Option<RootMotionProjectOwnerV1>, movement_owner_y: Option<RootMotionProjectOwnerV1>, movement_owner_yaw: Option<RootMotionProjectOwnerV1>, ) -> Self
Construct one effective normalized-clip intent input.
Trait Implementations§
Source§impl Clone for EngineRootMotionClipIntentInputV1
impl Clone for EngineRootMotionClipIntentInputV1
Source§fn clone(&self) -> EngineRootMotionClipIntentInputV1
fn clone(&self) -> EngineRootMotionClipIntentInputV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for EngineRootMotionClipIntentInputV1
impl StructuralPartialEq for EngineRootMotionClipIntentInputV1
Auto Trait Implementations§
impl Freeze for EngineRootMotionClipIntentInputV1
impl RefUnwindSafe for EngineRootMotionClipIntentInputV1
impl Send for EngineRootMotionClipIntentInputV1
impl Sync for EngineRootMotionClipIntentInputV1
impl Unpin for EngineRootMotionClipIntentInputV1
impl UnsafeUnpin for EngineRootMotionClipIntentInputV1
impl UnwindSafe for EngineRootMotionClipIntentInputV1
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