Delegate _ChildSizingFunction
Namespace: Unity.UIWidgets.rendering
Syntax
public delegate float _ChildSizingFunction(RenderBox child, float extent);
Parameters
Type | Name | Description |
---|---|---|
RenderBox | child | |
System.Single | extent |
Returns
Type | Description |
---|---|
System.Single |