Struct EmissionShape
pub struct EmissionShape { /* private fields */ }
Implementations§
§impl EmissionShape
impl EmissionShape
pub const POINT: EmissionShape
pub const POINT: EmissionShape
Godot enumerator name: EMISSION_SHAPE_POINT
pub const SPHERE: EmissionShape
pub const SPHERE: EmissionShape
Godot enumerator name: EMISSION_SHAPE_SPHERE
pub const SPHERE_SURFACE: EmissionShape
pub const SPHERE_SURFACE: EmissionShape
Godot enumerator name: EMISSION_SHAPE_SPHERE_SURFACE
pub const BOX: EmissionShape
pub const BOX: EmissionShape
Godot enumerator name: EMISSION_SHAPE_BOX
pub const POINTS: EmissionShape
pub const POINTS: EmissionShape
Godot enumerator name: EMISSION_SHAPE_POINTS
pub const DIRECTED_POINTS: EmissionShape
pub const DIRECTED_POINTS: EmissionShape
Godot enumerator name: EMISSION_SHAPE_DIRECTED_POINTS
pub const RING: EmissionShape
pub const RING: EmissionShape
Godot enumerator name: EMISSION_SHAPE_RING
pub const MAX: EmissionShape
pub const MAX: EmissionShape
Godot enumerator name: EMISSION_SHAPE_MAX
Trait Implementations§
§impl Clone for EmissionShape
impl Clone for EmissionShape
§fn clone(&self) -> EmissionShape
fn clone(&self) -> EmissionShape
Returns a copy 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 more§impl Debug for EmissionShape
impl Debug for EmissionShape
§impl EngineEnum for EmissionShape
impl EngineEnum for EmissionShape
§impl FromGodot for EmissionShape
impl FromGodot for EmissionShape
§fn try_from_godot(
via: <EmissionShape as GodotConvert>::Via,
) -> Result<EmissionShape, ConvertError>
fn try_from_godot( via: <EmissionShape as GodotConvert>::Via, ) -> Result<EmissionShape, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
§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.§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
§impl GodotConvert for EmissionShape
impl GodotConvert for EmissionShape
§impl Hash for EmissionShape
impl Hash for EmissionShape
§impl IndexEnum for EmissionShape
impl IndexEnum for EmissionShape
§impl PartialEq for EmissionShape
impl PartialEq for EmissionShape
§impl ToGodot for EmissionShape
impl ToGodot for EmissionShape
impl Copy for EmissionShape
impl Eq for EmissionShape
impl StructuralPartialEq for EmissionShape
Auto Trait Implementations§
impl Freeze for EmissionShape
impl RefUnwindSafe for EmissionShape
impl Send for EmissionShape
impl Sync for EmissionShape
impl Unpin for EmissionShape
impl UnwindSafe for EmissionShape
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