Class GridSelection
Inheritance
GridSelection
Assembly: UnityEditor.dll
Syntax
public class GridSelection : ScriptableObject
Properties
|
Improve this Doc
View Source
active
Declaration
public static bool active { get; }
Property Value
|
Improve this Doc
View Source
grid
Declaration
public static Grid grid { get; }
Property Value
|
Improve this Doc
View Source
position
Declaration
public static BoundsInt position { get; set; }
Property Value
|
Improve this Doc
View Source
target
Declaration
public static GameObject target { get; }
Property Value
Methods
|
Improve this Doc
View Source
Clear()
Declaration
public static void Clear()
|
Improve this Doc
View Source
Select(Object, BoundsInt)
Declaration
public static void Select(Object target, BoundsInt bounds)
Parameters
Events
|
Improve this Doc
View Source
gridSelectionChanged
Declaration
public static event Action gridSelectionChanged
Event Type
Extension Methods