pub struct ArrayFormat { /* private fields */ }
Implementations§
Source§impl ArrayFormat
impl ArrayFormat
Sourcepub const VERTEX: ArrayFormat = _
pub const VERTEX: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_VERTEX
Sourcepub const NORMAL: ArrayFormat = _
pub const NORMAL: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_NORMAL
Sourcepub const TANGENT: ArrayFormat = _
pub const TANGENT: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_TANGENT
Sourcepub const COLOR: ArrayFormat = _
pub const COLOR: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_COLOR
Sourcepub const TEX_UV: ArrayFormat = _
pub const TEX_UV: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_TEX_UV
Sourcepub const TEX_UV2: ArrayFormat = _
pub const TEX_UV2: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_TEX_UV2
Sourcepub const CUSTOM0: ArrayFormat = _
pub const CUSTOM0: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM0
Sourcepub const CUSTOM1: ArrayFormat = _
pub const CUSTOM1: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM1
Sourcepub const CUSTOM2: ArrayFormat = _
pub const CUSTOM2: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM2
Sourcepub const CUSTOM3: ArrayFormat = _
pub const CUSTOM3: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM3
Sourcepub const BONES: ArrayFormat = _
pub const BONES: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_BONES
Sourcepub const WEIGHTS: ArrayFormat = _
pub const WEIGHTS: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_WEIGHTS
Sourcepub const INDEX: ArrayFormat = _
pub const INDEX: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_INDEX
Sourcepub const BLEND_SHAPE_MASK: ArrayFormat = _
pub const BLEND_SHAPE_MASK: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_BLEND_SHAPE_MASK
Sourcepub const CUSTOM_BASE: ArrayFormat = _
pub const CUSTOM_BASE: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM_BASE
Sourcepub const CUSTOM_BITS: ArrayFormat = _
pub const CUSTOM_BITS: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM_BITS
Sourcepub const CUSTOM0_SHIFT: ArrayFormat = _
pub const CUSTOM0_SHIFT: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM0_SHIFT
Sourcepub const CUSTOM1_SHIFT: ArrayFormat = _
pub const CUSTOM1_SHIFT: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM1_SHIFT
Sourcepub const CUSTOM2_SHIFT: ArrayFormat = _
pub const CUSTOM2_SHIFT: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM2_SHIFT
Sourcepub const CUSTOM3_SHIFT: ArrayFormat = _
pub const CUSTOM3_SHIFT: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM3_SHIFT
Sourcepub const CUSTOM_MASK: ArrayFormat = _
pub const CUSTOM_MASK: ArrayFormat = _
Godot enumerator name: ARRAY_FORMAT_CUSTOM_MASK
Sourcepub const COMPRESS_FLAGS_BASE: ArrayFormat = _
pub const COMPRESS_FLAGS_BASE: ArrayFormat = _
Godot enumerator name: ARRAY_COMPRESS_FLAGS_BASE
Sourcepub const FLAG_USE_2D_VERTICES: ArrayFormat = _
pub const FLAG_USE_2D_VERTICES: ArrayFormat = _
Godot enumerator name: ARRAY_FLAG_USE_2D_VERTICES
Sourcepub const FLAG_USE_DYNAMIC_UPDATE: ArrayFormat = _
pub const FLAG_USE_DYNAMIC_UPDATE: ArrayFormat = _
Godot enumerator name: ARRAY_FLAG_USE_DYNAMIC_UPDATE
Sourcepub const FLAG_USE_8_BONE_WEIGHTS: ArrayFormat = _
pub const FLAG_USE_8_BONE_WEIGHTS: ArrayFormat = _
Godot enumerator name: ARRAY_FLAG_USE_8_BONE_WEIGHTS
Sourcepub const FLAG_USES_EMPTY_VERTEX_ARRAY: ArrayFormat = _
pub const FLAG_USES_EMPTY_VERTEX_ARRAY: ArrayFormat = _
Godot enumerator name: ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY
Sourcepub const FLAG_COMPRESS_ATTRIBUTES: ArrayFormat = _
pub const FLAG_COMPRESS_ATTRIBUTES: ArrayFormat = _
Godot enumerator name: ARRAY_FLAG_COMPRESS_ATTRIBUTES
Trait Implementations§
Source§impl BitOr for ArrayFormat
impl BitOr for ArrayFormat
Source§type Output = ArrayFormat
type Output = ArrayFormat
|
operator.Source§fn bitor(self, rhs: ArrayFormat) -> <ArrayFormat as BitOr>::Output
fn bitor(self, rhs: ArrayFormat) -> <ArrayFormat as BitOr>::Output
|
operation. Read moreSource§impl Clone for ArrayFormat
impl Clone for ArrayFormat
Source§fn clone(&self) -> ArrayFormat
fn clone(&self) -> ArrayFormat
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ArrayFormat
impl Debug for ArrayFormat
Source§impl Default for ArrayFormat
impl Default for ArrayFormat
Source§fn default() -> ArrayFormat
fn default() -> ArrayFormat
Source§impl EngineBitfield for ArrayFormat
impl EngineBitfield for ArrayFormat
Source§impl FromGodot for ArrayFormat
impl FromGodot for ArrayFormat
Source§fn try_from_godot(
via: <ArrayFormat as GodotConvert>::Via,
) -> Result<ArrayFormat, ConvertError>
fn try_from_godot( via: <ArrayFormat as GodotConvert>::Via, ) -> Result<ArrayFormat, ConvertError>
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Variant
, returning Err
on failure.