Show / Hide Table of Contents

Class AspectUtility

Inheritance
MonoBehaviour
AspectUtility
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class AspectUtility : MonoBehaviour

Fields

_wantedAspectRatio

Declaration
public float _wantedAspectRatio
Field Value
Type Description
System.Single

Properties

guiMousePosition

Declaration
public static Vector2 guiMousePosition { get; }
Property Value
Type Description
Vector2

mousePosition

Declaration
public static Vector3 mousePosition { get; }
Property Value
Type Description
Vector3

screenHeight

Declaration
public static int screenHeight { get; }
Property Value
Type Description
System.Int32

screenRect

Declaration
public static Rect screenRect { get; }
Property Value
Type Description
Rect

screenWidth

Declaration
public static int screenWidth { get; }
Property Value
Type Description
System.Int32

xOffset

Declaration
public static int xOffset { get; }
Property Value
Type Description
System.Int32

yOffset

Declaration
public static int yOffset { get; }
Property Value
Type Description
System.Int32

Methods

SetCamera()

Declaration
public static void SetCamera()
Back to top Generated by DocFX