pub enum StartLevelStringKeys {
Show 38 variants
AudioTrack,
Gamemode,
MiniMode,
Speed,
Obj2Blending,
BackgroundTextureId,
GroundTextureId,
DualMode,
LevelStartPosObject,
PlayerMode2,
FlipGravity,
SongOffset,
Guidelines,
FadeIn,
FadeOut,
GroundLine,
Font,
ReverseGameplay,
PlatformerMode,
MiddlegroundTextureId,
AllowMultiRotation,
MirrorMode,
RotateGameplay,
EnablePlayerSqueeze,
FixGravityBug,
FixNegativeScale,
FixRobotJump,
SpawnGroup,
DynamicLevelHeight,
SortGroups,
FixRadiusCollision,
Enable22Changes,
AllowStaticRotate,
ReverseSync,
NoTimePenalty,
DecreaseBoostSlide,
Colors,
ColorPage,
}Variants§
AudioTrack
Gamemode
MiniMode
Speed
Obj2Blending
BackgroundTextureId
GroundTextureId
DualMode
LevelStartPosObject
PlayerMode2
2 Player Mode
FlipGravity
SongOffset
Guidelines
FadeIn
FadeOut
GroundLine
Font
ReverseGameplay
PlatformerMode
MiddlegroundTextureId
AllowMultiRotation
MirrorMode
RotateGameplay
EnablePlayerSqueeze
FixGravityBug
FixNegativeScale
FixRobotJump
SpawnGroup
DynamicLevelHeight
SortGroups
FixRadiusCollision
Enable22Changes
Enable 2.2 changes
AllowStaticRotate
ReverseSync
NoTimePenalty
DecreaseBoostSlide
Colors
ColorPage
Trait Implementations§
Source§impl ToStartLevelStringKey for StartLevelStringKeys
impl ToStartLevelStringKey for StartLevelStringKeys
fn to_start_level_string_key(&self) -> &str
Auto Trait Implementations§
impl Freeze for StartLevelStringKeys
impl RefUnwindSafe for StartLevelStringKeys
impl Send for StartLevelStringKeys
impl Sync for StartLevelStringKeys
impl Unpin for StartLevelStringKeys
impl UnsafeUnpin for StartLevelStringKeys
impl UnwindSafe for StartLevelStringKeys
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