PlayCanvasSceneCreator 1.0.9
|
Public Attributes | |
bool | enabled |
| |
float | minWidth |
| |
float | minHeight |
| |
float? | maxWidth |
| |
float? | maxHeight |
| |
float | fitWidthProportion |
| |
float | fitHeightProportion |
| |
bool | excludeFromLayout |
| |
float Playcanvas.Properties.Layoutchild.fitHeightProportion |
fitHeightProportion = Math.Max(LayoutElement.flexibleHeight, 0
float Playcanvas.Properties.Layoutchild.fitWidthProportion |
fitWidthProportion = Math.Max(LayoutElement.flexibleWidth, 0)
float? Playcanvas.Properties.Layoutchild.maxHeight |
maxHeight = LayoutElement.preferredHeight >= 0 ? LayoutElement.preferredHeight : null
float? Playcanvas.Properties.Layoutchild.maxWidth |
maxWidth = LayoutElement.preferredWidth >= 0 ? LayoutElement.preferredWidth : null
float Playcanvas.Properties.Layoutchild.minHeight |
minHeight = Math.Max(LayoutElement.minHeight, 0)
float Playcanvas.Properties.Layoutchild.minWidth |
minWidth = Math.Max(LayoutElement.minWidth, 0)