Interface: IVector2PropertyItemOptions experimental
Beta
Optional properties for Vector2 property item
Extends
Properties
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
hasClearButton?
optionalhasClearButton?:boolean
Beta
Remarks
Shows clear button for the item. If undefined, it will be true.
hiddenLabel?
optionalhiddenLabel?:boolean
Beta
Remarks
If true label text will be hidden. It will be visible by default.
isInteger?
optionalisInteger?:boolean
Beta
Remarks
If we should treat the Vector2 properties as integer values. By default is false.
max?
optionalmax?:any
Beta
Remarks
The min possible limits. If undefined, Number.MAX_SAFE_INTEGER will be used.
min?
optionalmin?:any
Beta
Remarks
The min possible limits. If undefined, Number.MIN_SAFE_INTEGER will be used.
onChange?
optionalonChange?: (newValue,oldValue) =>void
Beta
Parameters
newValue
Vector2
oldValue
Vector2
Returns
void
Remarks
This callback is called when UI control is changed.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item
tooltip?
optionaltooltip?:BasicTooltipContent
Beta
Remarks
Tooltip description of the property item
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
