pub enum CelebrationParametersColumn {
Show 30 variants
Id,
Animation,
BackgroundObject,
Duration,
SubText,
MainText,
IconId,
CeleLeadIn,
CeleLeadOut,
CameraPathLot,
PathNodeName,
AmbientR,
AmbientG,
AmbientB,
DirectionalR,
DirectionalG,
DirectionalB,
SpecularR,
SpecularG,
SpecularB,
LightPositionX,
LightPositionY,
LightPositionZ,
BlendTime,
FogColorR,
FogColorG,
FogColorB,
MusicCue,
SoundGuid,
MixerProgram,
}
Expand description
Columns in table CelebrationParameters
See also: [`CelebrationParameters.html>
Variants§
Id
Index of column id
Animation
Index of column animation
BackgroundObject
Index of column backgroundObject
Duration
Index of column duration
SubText
Index of column subText
MainText
Index of column mainText
IconId
Index of column iconID
CeleLeadIn
Index of column celeLeadIn
CeleLeadOut
Index of column celeLeadOut
CameraPathLot
Index of column cameraPathLOT
PathNodeName
Index of column pathNodeName
AmbientR
Index of column ambientR
AmbientG
Index of column ambientG
AmbientB
Index of column ambientB
DirectionalR
Index of column directionalR
DirectionalG
Index of column directionalG
DirectionalB
Index of column directionalB
SpecularR
Index of column specularR
SpecularG
Index of column specularG
SpecularB
Index of column specularB
LightPositionX
Index of column lightPositionX
LightPositionY
Index of column lightPositionY
LightPositionZ
Index of column lightPositionZ
BlendTime
Index of column blendTime
FogColorR
Index of column fogColorR
FogColorG
Index of column fogColorG
FogColorB
Index of column fogColorB
MusicCue
Index of column musicCue
SoundGuid
Index of column soundGUID
MixerProgram
Index of column mixerProgram
Trait Implementations§
source§impl Clone for CelebrationParametersColumn
impl Clone for CelebrationParametersColumn
source§fn clone(&self) -> CelebrationParametersColumn
fn clone(&self) -> CelebrationParametersColumn
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CelebrationParametersColumn
impl Debug for CelebrationParametersColumn
source§impl Hash for CelebrationParametersColumn
impl Hash for CelebrationParametersColumn
source§impl Ord for CelebrationParametersColumn
impl Ord for CelebrationParametersColumn
source§fn cmp(&self, other: &CelebrationParametersColumn) -> Ordering
fn cmp(&self, other: &CelebrationParametersColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
source§impl PartialEq<CelebrationParametersColumn> for CelebrationParametersColumn
impl PartialEq<CelebrationParametersColumn> for CelebrationParametersColumn
source§fn eq(&self, other: &CelebrationParametersColumn) -> bool
fn eq(&self, other: &CelebrationParametersColumn) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CelebrationParametersColumn> for CelebrationParametersColumn
impl PartialOrd<CelebrationParametersColumn> for CelebrationParametersColumn
source§fn partial_cmp(&self, other: &CelebrationParametersColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &CelebrationParametersColumn) -> 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