pub struct ParticlesTransformAlign { /* private fields */ }
Implementations§
Source§impl ParticlesTransformAlign
impl ParticlesTransformAlign
Sourcepub const DISABLED: ParticlesTransformAlign
pub const DISABLED: ParticlesTransformAlign
Godot enumerator name: PARTICLES_TRANSFORM_ALIGN_DISABLED
Sourcepub const Z_BILLBOARD: ParticlesTransformAlign
pub const Z_BILLBOARD: ParticlesTransformAlign
Godot enumerator name: PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD
Sourcepub const Y_TO_VELOCITY: ParticlesTransformAlign
pub const Y_TO_VELOCITY: ParticlesTransformAlign
Godot enumerator name: PARTICLES_TRANSFORM_ALIGN_Y_TO_VELOCITY
Sourcepub const Z_BILLBOARD_Y_TO_VELOCITY: ParticlesTransformAlign
pub const Z_BILLBOARD_Y_TO_VELOCITY: ParticlesTransformAlign
Godot enumerator name: PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD_Y_TO_VELOCITY
Trait Implementations§
Source§impl Clone for ParticlesTransformAlign
impl Clone for ParticlesTransformAlign
Source§fn clone(&self) -> ParticlesTransformAlign
fn clone(&self) -> ParticlesTransformAlign
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParticlesTransformAlign
impl Debug for ParticlesTransformAlign
Source§impl EngineEnum for ParticlesTransformAlign
impl EngineEnum for ParticlesTransformAlign
Source§impl FromGodot for ParticlesTransformAlign
impl FromGodot for ParticlesTransformAlign
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a [
Variant
], returning Err
on failure.Source§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl Hash for ParticlesTransformAlign
impl Hash for ParticlesTransformAlign
Source§impl PartialEq for ParticlesTransformAlign
impl PartialEq for ParticlesTransformAlign
Source§impl ToGodot for ParticlesTransformAlign
impl ToGodot for ParticlesTransformAlign
impl Copy for ParticlesTransformAlign
impl Eq for ParticlesTransformAlign
impl StructuralPartialEq for ParticlesTransformAlign
Auto Trait Implementations§
impl Freeze for ParticlesTransformAlign
impl RefUnwindSafe for ParticlesTransformAlign
impl Send for ParticlesTransformAlign
impl Sync for ParticlesTransformAlign
impl Unpin for ParticlesTransformAlign
impl UnwindSafe for ParticlesTransformAlign
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