Inheritance
System.Object
RenderIntrinsicWidth
public class RenderIntrinsicWidth : RenderProxyBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderIntrinsicWidth(float? stepWidth = default(float? ), float? stepHeight = default(float? ), RenderBox child = null)
Parameters
Type |
Name |
Description |
System.Nullable<System.Single> |
stepWidth |
|
System.Nullable<System.Single> |
stepHeight |
|
RenderBox |
child |
|
Properties
Declaration
public float? stepHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? stepWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
Declaration
protected override float computeMaxIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Unity.UIWidgets.rendering.RenderProxyBoxMixinRenderObjectWithChildMixinRenderBox<Unity.UIWidgets.rendering.RenderBox>.computeMaxIntrinsicHeight(System.Single)
Declaration
protected override float computeMaxIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Unity.UIWidgets.rendering.RenderProxyBoxMixinRenderObjectWithChildMixinRenderBox<Unity.UIWidgets.rendering.RenderBox>.computeMaxIntrinsicWidth(System.Single)
Declaration
protected override float computeMinIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Unity.UIWidgets.rendering.RenderProxyBoxMixinRenderObjectWithChildMixinRenderBox<Unity.UIWidgets.rendering.RenderBox>.computeMinIntrinsicHeight(System.Single)
Declaration
protected override float computeMinIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Unity.UIWidgets.rendering.RenderProxyBoxMixinRenderObjectWithChildMixinRenderBox<Unity.UIWidgets.rendering.RenderBox>.computeMinIntrinsicWidth(System.Single)
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
Declaration
protected override void performLayout()
Overrides
Unity.UIWidgets.rendering.RenderProxyBoxMixinRenderObjectWithChildMixinRenderBox<Unity.UIWidgets.rendering.RenderBox>.performLayout()