Class InspectorSelection
Namespace: Unity.UIWidgets.widgets
Syntax
public class InspectorSelection
Properties
active
Declaration
public bool active { get; }
Property Value
Type | Description |
---|---|
Boolean |
candidates
Declaration
public List<RenderObject> candidates { get; set; }
Property Value
Type | Description |
---|---|
List<RenderObject> |
current
Declaration
public RenderObject current { get; set; }
Property Value
Type | Description |
---|---|
RenderObject |
currentElement
Declaration
public Element currentElement { get; set; }
Property Value
Type | Description |
---|---|
Element |
index
Declaration
public int index { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
clear()
Declaration
public void clear()