pub enum PresetCameraValues {
Show 62 variants
IsometricBottomDown,
IsometricBottomUp,
IsometricLeftDown,
IsometricLeftUp,
IsometricOffAxis1Left,
IsometricOffAxis1Right,
IsometricOffAxis1Top,
IsometricOffAxis2Left,
IsometricOffAxis2Right,
IsometricOffAxis2Top,
IsometricOffAxis3Bottom,
IsometricOffAxis3Left,
IsometricOffAxis3Right,
IsometricOffAxis4Bottom,
IsometricOffAxis4Left,
IsometricOffAxis4Right,
IsometricRightDown,
IsometricRightUp,
IsometricTopDown,
IsometricTopUp,
LegacyObliqueBottom,
LegacyObliqueBottomLeft,
LegacyObliqueBottomRight,
LegacyObliqueFront,
LegacyObliqueLeft,
LegacyObliqueRight,
LegacyObliqueTop,
LegacyObliqueTopLeft,
LegacyObliqueTopRight,
LegacyPerspectiveBottom,
LegacyPerspectiveBottomLeft,
LegacyPerspectiveBottomRight,
LegacyPerspectiveFront,
LegacyPerspectiveLeft,
LegacyPerspectiveRight,
LegacyPerspectiveTop,
LegacyPerspectiveTopLeft,
LegacyPerspectiveTopRight,
ObliqueBottom,
ObliqueBottomLeft,
ObliqueBottomRight,
ObliqueLeft,
ObliqueRight,
ObliqueTop,
ObliqueTopLeft,
ObliqueTopRight,
OrthographicFront,
PerspectiveAbove,
PerspectiveAboveLeftFacing,
PerspectiveAboveRightFacing,
PerspectiveBelow,
PerspectiveContrastingLeftFacing,
PerspectiveContrastingRightFacing,
PerspectiveFront,
PerspectiveHeroicExtremeLeftFacing,
PerspectiveHeroicExtremeRightFacing,
PerspectiveHeroicLeftFacing,
PerspectiveHeroicRightFacing,
PerspectiveLeft,
PerspectiveRelaxed,
PerspectiveRelaxedModerately,
PerspectiveRight,
}Variants§
IsometricBottomDown
IsometricBottomUp
IsometricLeftDown
IsometricLeftUp
IsometricOffAxis1Left
IsometricOffAxis1Right
IsometricOffAxis1Top
IsometricOffAxis2Left
IsometricOffAxis2Right
IsometricOffAxis2Top
IsometricOffAxis3Bottom
IsometricOffAxis3Left
IsometricOffAxis3Right
IsometricOffAxis4Bottom
IsometricOffAxis4Left
IsometricOffAxis4Right
IsometricRightDown
IsometricRightUp
IsometricTopDown
IsometricTopUp
LegacyObliqueBottom
LegacyObliqueBottomLeft
LegacyObliqueBottomRight
LegacyObliqueFront
LegacyObliqueLeft
LegacyObliqueRight
LegacyObliqueTop
LegacyObliqueTopLeft
LegacyObliqueTopRight
LegacyPerspectiveBottom
LegacyPerspectiveBottomLeft
LegacyPerspectiveBottomRight
LegacyPerspectiveFront
LegacyPerspectiveLeft
LegacyPerspectiveRight
LegacyPerspectiveTop
LegacyPerspectiveTopLeft
LegacyPerspectiveTopRight
ObliqueBottom
ObliqueBottomLeft
ObliqueBottomRight
ObliqueLeft
ObliqueRight
ObliqueTop
ObliqueTopLeft
ObliqueTopRight
OrthographicFront
PerspectiveAbove
PerspectiveAboveLeftFacing
PerspectiveAboveRightFacing
PerspectiveBelow
PerspectiveContrastingLeftFacing
PerspectiveContrastingRightFacing
PerspectiveFront
PerspectiveHeroicExtremeLeftFacing
PerspectiveHeroicExtremeRightFacing
PerspectiveHeroicLeftFacing
PerspectiveHeroicRightFacing
PerspectiveLeft
PerspectiveRelaxed
PerspectiveRelaxedModerately
PerspectiveRight
Trait Implementations§
Source§impl Clone for PresetCameraValues
impl Clone for PresetCameraValues
Source§fn clone(&self) -> PresetCameraValues
fn clone(&self) -> PresetCameraValues
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 PresetCameraValues
impl Debug for PresetCameraValues
Source§impl Default for PresetCameraValues
impl Default for PresetCameraValues
Source§impl EnumTrait for PresetCameraValues
impl EnumTrait for PresetCameraValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for PresetCameraValues
impl RefUnwindSafe for PresetCameraValues
impl Send for PresetCameraValues
impl Sync for PresetCameraValues
impl Unpin for PresetCameraValues
impl UnwindSafe for PresetCameraValues
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