RSX Code Reference
Preparing search index...
rsx
customInspectorElement
Function customInspectorElement
customInspectorElement
<
T
extends
UIElementBase
>
(
onElementRequested
:
()
=>
T
,
onRefreshElement
?:
(
element
:
T
,
value
:
any
)
=>
void
,
isLabelAccessory
?:
boolean
,
)
:
AttributeDecorator
<
Attribute
>
Adds a custom inspector element to the field.
Type Parameters
T
extends
UIElementBase
Parameters
onElementRequested
:
()
=>
T
Optional
onRefreshElement
:
(
element
:
T
,
value
:
any
)
=>
void
Optional
isLabelAccessory
:
boolean
Returns
AttributeDecorator
<
Attribute
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
RSX Code Reference
Loading...
Adds a custom inspector element to the field.