Class RTree<T>.RTreeNode
Namespace: Unity.UIWidgets.Runtime.external
Syntax
public class RTreeNode : ISpatialData
Properties
bounds
Declaration
public uiRect bounds { get; }
Property Value
| Type | Description |
|---|---|
| uiRect |
Implements
Children
Declaration
public IReadOnlyList<ISpatialData> Children { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ISpatialData> |
Height
Declaration
public int Height { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
IsLeaf
Declaration
public bool IsLeaf { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |