Interface RenderObjectWithChildMixin
Namespace: Unity.UIWidgets.rendering
Syntax
public interface RenderObjectWithChildMixin
Properties
child
Declaration
RenderObject child { get; set; }
Property Value
Type | Description |
---|---|
RenderObject |
Methods
debugValidateChild(RenderObject)
Declaration
bool debugValidateChild(RenderObject child)
Parameters
Type | Name | Description |
---|---|---|
RenderObject | child |
Returns
Type | Description |
---|---|
System.Boolean |