![]() |
Corgi Engine v9.3
|
A class to handle the automatic display of safe zones for the different ratios setup in the inspector More...
Public Member Functions | |
virtual void | AutoSetup () |
Public Attributes | |
bool | DrawCenterCrosshair = true |
whether or not to draw the center crosshair More... | |
float | CenterCrosshairSize = 1f |
the size of the center crosshair More... | |
Color | CenterCrosshairColor = MMColors.Wheat |
the color of the center crosshair More... | |
bool | DrawRatios = true |
whether or not to draw any ratio More... | |
float | CameraSize = 5f |
the size of the projected ratios More... | |
float | UnsafeZonesOpacity = 0.2f |
the opacity to apply to the dead zones More... | |
List< Ratio > | Ratios |
the list of ratios to draw More... | |
bool | AutoSetupButton |
A class to handle the automatic display of safe zones for the different ratios setup in the inspector
|
virtual |
bool MoreMountains.Tools.MMAspectRatioSafeZones.AutoSetupButton |
float MoreMountains.Tools.MMAspectRatioSafeZones.CameraSize = 5f |
the size of the projected ratios
Color MoreMountains.Tools.MMAspectRatioSafeZones.CenterCrosshairColor = MMColors.Wheat |
the color of the center crosshair
float MoreMountains.Tools.MMAspectRatioSafeZones.CenterCrosshairSize = 1f |
the size of the center crosshair
bool MoreMountains.Tools.MMAspectRatioSafeZones.DrawCenterCrosshair = true |
whether or not to draw the center crosshair
bool MoreMountains.Tools.MMAspectRatioSafeZones.DrawRatios = true |
whether or not to draw any ratio
List<Ratio> MoreMountains.Tools.MMAspectRatioSafeZones.Ratios |
the list of ratios to draw
float MoreMountains.Tools.MMAspectRatioSafeZones.UnsafeZonesOpacity = 0.2f |
the opacity to apply to the dead zones