IN THIS ARTICLE
UiLayoutCellComponent
UiLayoutCellComponent
Overrides default layout cell values.
UiLayoutCellBus
Services messages for the UiLayoutCellComponent
.
GetExtraHeightRatio
Returns the overridden extra height ratio for the element. A value of –1 means that the ratio has not been overridden.
Syntax
float GetExtraHeightRatio()
GetExtraWidthRatio
Returns the overridden extra width ratio for the element. A value of –1 means that the ratio has not been overridden.
Syntax
float GetExtraWidthRatio()
GetMinHeight
Returns the overridden minimum height for the element. A value of –1 means that the height has not been overridden.
Syntax
float GetMinHeight()
GetMinWidth
Returns the overridden minimum width for the element. A value of –1 means it has not been overridden.
Syntax
float GetMinWidth()
GetTargetHeight
Returns the overridden target height for the element. A value of –1 means that the height has not been overridden.
Syntax
float GetTargetHeight()
GetTargetWidth
Returns the overridden target width for the element. -1 means it has not been overridden.
Syntax
float GetTargetWidth()
SetExtraHeightRatio
Sets the overridden extra height ratio for the element. A value of –1 means don’t override.
Syntax
void SetExtraHeightRatio(float height)
SetExtraWidthRatio
Sets the overridden extra width ratio for the element. A value of –1 means don’t override.
Syntax
void SetExtraWidthRatio(float width)
SetMinHeight
Sets the overridden minimum height for the element. A value of –1 means don’t override.
Syntax
void SetMinHeight(float height)
SetMinWidth
Sets the overridden minimum width for the element. A value of –1 means don’t override.
Syntax
void SetMinWidth(float width)
SetTargetHeight
Sets the overridden target height for the element. A value of –1 means don’t override.
Syntax
void SetTargetHeight(float height)
SetTargetWidth
Sets the overridden target width for the element. A value of –1 means don’t override.
Syntax
void SetTargetWidth(float width)