#[repr(C)]pub struct TrailHand {
pub supplier: TrailVertexSupplier,
pub mesh: TrailMesh,
pub root_node: Transform,
pub tip_node: Transform,
}Expand description
Fields§
§supplier: TrailVertexSupplier§mesh: TrailMesh§root_node: Transform§tip_node: TransformImplementations§
Source§impl TrailHand
impl TrailHand
Sourcepub fn get_is_alive(&mut self) -> bool
pub fn get_is_alive(&mut self) -> bool
get_IsAlive() overload
Sourcepub fn set_root_and_tip_transform(
&mut self,
t: impl Into<Transform>,
root_name: impl Into<Il2CppString>,
tip_name: impl Into<Il2CppString>,
) -> bool
pub fn set_root_and_tip_transform( &mut self, t: impl Into<Transform>, root_name: impl Into<Il2CppString>, tip_name: impl Into<Il2CppString>, ) -> bool
SetRootAndTipTransform(crate::unity_engine::transform::Transform, ::unity::Il2CppString, ::unity::Il2CppString) overload
Source§impl TrailHand
impl TrailHand
pub fn get_is_alive_method_info() -> &'static MethodInfo
pub fn set_root_and_tip_transform_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn update_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for TrailHand
impl ClassIdentity for TrailHand
impl Copy for TrailHand
Auto Trait Implementations§
impl Freeze for TrailHand
impl RefUnwindSafe for TrailHand
impl !Send for TrailHand
impl !Sync for TrailHand
impl Unpin for TrailHand
impl UnwindSafe for TrailHand
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)