GoudEngine TypeScript SDK
Preparing search index...
types/engine.g
ITransform2DData
Interface ITransform2DData
2D transform: position, rotation (radians), and scale
interface
ITransform2DData
{
positionX
:
number
;
positionY
:
number
;
rotation
:
number
;
scaleX
:
number
;
scaleY
:
number
;
}
Index
Properties
position
X
position
Y
rotation
scale
X
scale
Y
Properties
position
X
positionX
:
number
position
Y
positionY
:
number
rotation
rotation
:
number
scale
X
scaleX
:
number
scale
Y
scaleY
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
position
X
position
Y
rotation
scale
X
scale
Y
GoudEngine TypeScript SDK
Loading...
2D transform: position, rotation (radians), and scale