Blockbench Reference Docs
Preparing search index...
generated/modeling/transform/transform_modules
<internal>
TransformerModuleOptions
Interface TransformerModuleOptions
interface
TransformerModuleOptions
{
calculateOffset
:
(
this
:
TransformerModule
,
context
:
TransformContextMove
,
)
=>
number
;
condition
:
ConditionResolvable
;
onCancel
:
(
this
:
TransformerModule
,
context
:
TransformContextEnd
)
=>
void
;
onEnd
:
(
this
:
TransformerModule
,
context
:
TransformContextEnd
)
=>
void
;
onMove
:
(
this
:
TransformerModule
,
context
:
TransformContextMove
)
=>
void
;
onPointerDown
:
(
this
:
TransformerModule
,
context
:
TransformContext
)
=>
void
;
onStart
:
(
this
:
TransformerModule
,
context
:
TransformContextMove
)
=>
void
;
priority
:
number
;
updateGizmo
:
(
this
:
TransformerModule
)
=>
void
;
use_condition
:
ConditionResolvable
;
}
Hierarchy (
View Summary
)
TransformerModuleOptions
TransformerModule
Implemented by
TransformerModule
Index
Properties
calculate
Offset
condition
on
Cancel
on
End
on
Move
on
Pointer
Down
on
Start
priority
update
Gizmo
use_
condition
Properties
calculate
Offset
calculateOffset
:
(
this
:
TransformerModule
,
context
:
TransformContextMove
,
)
=>
number
condition
condition
:
ConditionResolvable
on
Cancel
onCancel
:
(
this
:
TransformerModule
,
context
:
TransformContextEnd
)
=>
void
on
End
onEnd
:
(
this
:
TransformerModule
,
context
:
TransformContextEnd
)
=>
void
on
Move
onMove
:
(
this
:
TransformerModule
,
context
:
TransformContextMove
)
=>
void
on
Pointer
Down
onPointerDown
:
(
this
:
TransformerModule
,
context
:
TransformContext
)
=>
void
on
Start
onStart
:
(
this
:
TransformerModule
,
context
:
TransformContextMove
)
=>
void
priority
priority
:
number
update
Gizmo
updateGizmo
:
(
this
:
TransformerModule
)
=>
void
use_
condition
use_condition
:
ConditionResolvable
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
calculate
Offset
condition
on
Cancel
on
End
on
Move
on
Pointer
Down
on
Start
priority
update
Gizmo
use_
condition
Blockbench Reference Docs
Loading...