pub struct FogVolumeShape { /* private fields */ }
Implementations§
Source§impl FogVolumeShape
impl FogVolumeShape
Sourcepub const ELLIPSOID: FogVolumeShape
pub const ELLIPSOID: FogVolumeShape
Godot enumerator name: FOG_VOLUME_SHAPE_ELLIPSOID
Sourcepub const CONE: FogVolumeShape
pub const CONE: FogVolumeShape
Godot enumerator name: FOG_VOLUME_SHAPE_CONE
Sourcepub const CYLINDER: FogVolumeShape
pub const CYLINDER: FogVolumeShape
Godot enumerator name: FOG_VOLUME_SHAPE_CYLINDER
Sourcepub const BOX: FogVolumeShape
pub const BOX: FogVolumeShape
Godot enumerator name: FOG_VOLUME_SHAPE_BOX
Sourcepub const WORLD: FogVolumeShape
pub const WORLD: FogVolumeShape
Godot enumerator name: FOG_VOLUME_SHAPE_WORLD
Sourcepub const MAX: FogVolumeShape
pub const MAX: FogVolumeShape
Godot enumerator name: FOG_VOLUME_SHAPE_MAX
Trait Implementations§
Source§impl Clone for FogVolumeShape
impl Clone for FogVolumeShape
Source§fn clone(&self) -> FogVolumeShape
fn clone(&self) -> FogVolumeShape
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 FogVolumeShape
impl Debug for FogVolumeShape
Source§impl EngineEnum for FogVolumeShape
impl EngineEnum for FogVolumeShape
Source§impl FromGodot for FogVolumeShape
impl FromGodot for FogVolumeShape
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 GodotConvert for FogVolumeShape
impl GodotConvert for FogVolumeShape
Source§impl Hash for FogVolumeShape
impl Hash for FogVolumeShape
Source§impl IndexEnum for FogVolumeShape
impl IndexEnum for FogVolumeShape
Source§impl PartialEq for FogVolumeShape
impl PartialEq for FogVolumeShape
Source§impl ToGodot for FogVolumeShape
impl ToGodot for FogVolumeShape
impl Copy for FogVolumeShape
impl Eq for FogVolumeShape
impl StructuralPartialEq for FogVolumeShape
Auto Trait Implementations§
impl Freeze for FogVolumeShape
impl RefUnwindSafe for FogVolumeShape
impl Send for FogVolumeShape
impl Sync for FogVolumeShape
impl Unpin for FogVolumeShape
impl UnwindSafe for FogVolumeShape
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