Class IndexedRect
Namespace: Unity.UIWidgets.Runtime.external
Syntax
public class IndexedRect : ISpatialData
Constructors
IndexedRect(uiRect, Int32)
Declaration
public IndexedRect(uiRect bounds, int index)
Parameters
Type | Name | Description |
---|---|---|
uiRect | bounds | |
Int32 | index |
Fields
index
Declaration
public readonly int index
Field Value
Type | Description |
---|---|
Int32 |
Properties
bounds
Declaration
public uiRect bounds { get; }
Property Value
Type | Description |
---|---|
uiRect |