Interface IListWheelChildManager
Namespace: Unity.UIWidgets.rendering
Syntax
public interface IListWheelChildManager
Properties
childCount
Declaration
int? childCount { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
Methods
childExistsAt(Int32)
Declaration
bool childExistsAt(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index |
Returns
Type | Description |
---|---|
Boolean |
createChild(Int32, RenderBox)
Declaration
void createChild(int index, RenderBox after)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
RenderBox | after |
removeChild(RenderBox)
Declaration
void removeChild(RenderBox child)
Parameters
Type | Name | Description |
---|---|---|
RenderBox | child |