Inheritance
System.Object
InspectorSelection
public class InspectorSelection
Properties
Declaration
public bool active { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<RenderObject> candidates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<RenderObject> |
|
Declaration
public RenderObject current { get; set; }
Property Value
Declaration
public Element currentElement { get; set; }
Property Value
Declaration
public int index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration