Version 3.3.0.1

GUIClipInfo class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public static class GUIClipInfo
Emitted wrapper for the internal "UnityEngine.GUIClip" class.
Inheritance
  • System.Object
  • GUIClipInfo

Properties

Enabled
Not yet documented.
public static bool Enabled { get; }
TopMostRect
Gets the top most clipped rect.
public static Rect TopMostRect { get; }
TopRect
Gets the top rect.
public static Rect TopRect { get; }
VisibleRect
Gets the visible rect.
public static Rect VisibleRect { get; }

Methods

Unclip(Rect)
Unclips the specified rect.
public static Rect Unclip(Rect rect)
Parameters
UnityEngine.Rect rect

The rect.

Returns
UnityEngine.Rect

Unclip(Vector2)
Unclips the specified position.
public static Vector2 Unclip(Vector2 pos)
Parameters
UnityEngine.Vector2 pos

The position.

Returns
UnityEngine.Vector2