Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaObjectTransform
Interface AsukaObjectTransform
Every public coordinate DTO declares both its reference space and unit.
interface
AsukaObjectTransform
{
height
?:
number
;
id
:
string
;
locked
?:
boolean
;
metadata
?:
Record
<
string
,
unknown
>
;
opacity
?:
number
;
rotation
?:
number
;
rotationX
?:
number
;
rotationY
?:
number
;
rotationZ
?:
number
;
scale
?:
number
;
scaleX
?:
number
;
scaleY
?:
number
;
scaleZ
?:
number
;
space
:
AsukaCoordinateSpace
;
unit
:
AsukaCoordinateUnit
;
visible
?:
boolean
;
width
?:
number
;
x
:
number
;
y
:
number
;
z
?:
number
;
[
key
:
string
]
:
unknown
;
}
Hierarchy (
view full
)
AsukaCoordinateFrame
AsukaObjectTransform
Indexable
[
key
:
string
]:
unknown
Index
Properties
height?
id
locked?
metadata?
opacity?
rotation?
rotationX?
rotationY?
rotationZ?
scale?
scaleX?
scaleY?
scaleZ?
space
unit
visible?
width?
x
y
z?
Properties
Optional
height
height
?:
number
id
id
:
string
Optional
locked
locked
?:
boolean
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
opacity
opacity
?:
number
Optional
rotation
rotation
?:
number
Optional
rotationX
rotationX
?:
number
Optional
rotationY
rotationY
?:
number
Optional
rotationZ
rotationZ
?:
number
Optional
scale
scale
?:
number
Optional
scaleX
scaleX
?:
number
Optional
scaleY
scaleY
?:
number
Optional
scaleZ
scaleZ
?:
number
space
space
:
AsukaCoordinateSpace
unit
unit
:
AsukaCoordinateUnit
Optional
visible
visible
?:
boolean
Optional
width
width
?:
number
x
x
:
number
y
y
:
number
Optional
z
z
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
id
locked
metadata
opacity
rotation
rotationX
rotationY
rotationZ
scale
scaleX
scaleY
scaleZ
space
unit
visible
width
x
y
z
AsukaDesigner JavaScript API - v1.0.0
Loading...
Every public coordinate DTO declares both its reference space and unit.