pub enum RenderComponentColumn {
Show 28 variants
Id,
RenderAsset,
IconAsset,
IconId,
ShaderId,
Effect1,
Effect2,
Effect3,
Effect4,
Effect5,
Effect6,
AnimationGroupIDs,
Fade,
Usedropshadow,
PreloadAnimations,
FadeInTime,
MaxShadowDistance,
IgnoreCameraCollision,
RenderComponentLod1,
RenderComponentLod2,
GradualSnap,
AnimationFlag,
AudioMetaEventSet,
BillboardHeight,
ChatBubbleOffset,
StaticBillboard,
LxfmlFolder,
AttachIndicatorsToNode,
}
Expand description
Columns in table RenderComponent
See also: [`RenderComponent.html>
Variants§
Id
Index of column id
RenderAsset
Index of column render_asset
IconAsset
Index of column icon_asset
IconId
Index of column IconID
ShaderId
Index of column shader_id
Effect1
Index of column effect1
Effect2
Index of column effect2
Effect3
Index of column effect3
Effect4
Index of column effect4
Effect5
Index of column effect5
Effect6
Index of column effect6
AnimationGroupIDs
Index of column animationGroupIDs
Fade
Index of column fade
Usedropshadow
Index of column usedropshadow
PreloadAnimations
Index of column preloadAnimations
FadeInTime
Index of column fadeInTime
MaxShadowDistance
Index of column maxShadowDistance
IgnoreCameraCollision
Index of column ignoreCameraCollision
RenderComponentLod1
Index of column renderComponentLOD1
RenderComponentLod2
Index of column renderComponentLOD2
GradualSnap
Index of column gradualSnap
AnimationFlag
Index of column animationFlag
AudioMetaEventSet
Index of column AudioMetaEventSet
BillboardHeight
Index of column billboardHeight
ChatBubbleOffset
Index of column chatBubbleOffset
StaticBillboard
Index of column staticBillboard
LxfmlFolder
Index of column LXFMLFolder
AttachIndicatorsToNode
Index of column attachIndicatorsToNode
Trait Implementations§
source§impl Clone for RenderComponentColumn
impl Clone for RenderComponentColumn
source§fn clone(&self) -> RenderComponentColumn
fn clone(&self) -> RenderComponentColumn
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RenderComponentColumn
impl Debug for RenderComponentColumn
source§impl Hash for RenderComponentColumn
impl Hash for RenderComponentColumn
source§impl Ord for RenderComponentColumn
impl Ord for RenderComponentColumn
source§fn cmp(&self, other: &RenderComponentColumn) -> Ordering
fn cmp(&self, other: &RenderComponentColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
source§impl PartialEq<RenderComponentColumn> for RenderComponentColumn
impl PartialEq<RenderComponentColumn> for RenderComponentColumn
source§fn eq(&self, other: &RenderComponentColumn) -> bool
fn eq(&self, other: &RenderComponentColumn) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RenderComponentColumn> for RenderComponentColumn
impl PartialOrd<RenderComponentColumn> for RenderComponentColumn
source§fn partial_cmp(&self, other: &RenderComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RenderComponentColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read more