kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
TransformComponentData
Transform
Component
Data
@
Serializable
data
class
TransformComponentData
(
val
transform
:
TransformData
=
TransformData.IDENTITY
,
val
isFixedScaleRatio
:
Boolean
=
true
)
:
ComponentData
Members
Constructors
Transform
Component
Data
Link copied to clipboard
constructor
(
transform
:
TransformData
=
TransformData.IDENTITY
,
isFixedScaleRatio
:
Boolean
=
true
)
Properties
is
Fixed
Scale
Ratio
Link copied to clipboard
val
isFixedScaleRatio
:
Boolean
=
true
transform
Link copied to clipboard
val
transform
:
TransformData