pub struct ShaderMode { /* private fields */ }
Implementations§
Source§impl ShaderMode
impl ShaderMode
Sourcepub const SPATIAL: ShaderMode
pub const SPATIAL: ShaderMode
Godot enumerator name: SHADER_SPATIAL
Sourcepub const CANVAS_ITEM: ShaderMode
pub const CANVAS_ITEM: ShaderMode
Godot enumerator name: SHADER_CANVAS_ITEM
Sourcepub const PARTICLES: ShaderMode
pub const PARTICLES: ShaderMode
Godot enumerator name: SHADER_PARTICLES
Sourcepub const SKY: ShaderMode
pub const SKY: ShaderMode
Godot enumerator name: SHADER_SKY
Sourcepub const FOG: ShaderMode
pub const FOG: ShaderMode
Godot enumerator name: SHADER_FOG
Sourcepub const MAX: ShaderMode
pub const MAX: ShaderMode
Godot enumerator name: SHADER_MAX
Trait Implementations§
Source§impl Clone for ShaderMode
impl Clone for ShaderMode
Source§fn clone(&self) -> ShaderMode
fn clone(&self) -> ShaderMode
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 ShaderMode
impl Debug for ShaderMode
Source§impl EngineEnum for ShaderMode
impl EngineEnum for ShaderMode
Source§impl FromGodot for ShaderMode
impl FromGodot for ShaderMode
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 ShaderMode
impl GodotConvert for ShaderMode
Source§impl Hash for ShaderMode
impl Hash for ShaderMode
Source§impl IndexEnum for ShaderMode
impl IndexEnum for ShaderMode
Source§impl PartialEq for ShaderMode
impl PartialEq for ShaderMode
Source§impl ToGodot for ShaderMode
impl ToGodot for ShaderMode
impl Copy for ShaderMode
impl Eq for ShaderMode
impl StructuralPartialEq for ShaderMode
Auto Trait Implementations§
impl Freeze for ShaderMode
impl RefUnwindSafe for ShaderMode
impl Send for ShaderMode
impl Sync for ShaderMode
impl Unpin for ShaderMode
impl UnwindSafe for ShaderMode
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