Preparing search index...
The search index is not available
ThreePipe
ThreePipe
IWidget
Interface IWidget
interface
IWidget
{
isWidget
:
true
;
object
:
any
;
attach
(
object
:
any
)
:
this
;
detach
()
:
this
;
dispose
()
:
void
;
update
()
:
void
;
}
Implemented by
AHelperWidget
SelectionWidget
TransformControls2
Index
Properties
is
Widget
object
Methods
attach
detach
dispose?
update?
Properties
is
Widget
isWidget
:
true
object
object
:
any
Methods
attach
attach
(
object
:
any
)
:
this
Parameters
object
:
any
Returns
this
detach
detach
()
:
this
Returns
this
Optional
dispose
dispose
()
:
void
Returns
void
Optional
update
update
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Widget
object
Methods
attach
detach
dispose
update
ThreePipe
Loading...