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.api
/
AssetReference
/
Heightmap
Heightmap
data
class
Heightmap
(
val
path
:
String
,
val
heightScale
:
Float
=
1.0f
,
val
heightOffset
:
Float
=
0.0f
,
val
rows
:
Int
=
0
,
val
columns
:
Int
=
0
)
:
AssetReference
Members
Constructors
Heightmap
Link copied to clipboard
constructor
(
path
:
String
,
heightScale
:
Float
=
1.0f
,
heightOffset
:
Float
=
0.0f
,
rows
:
Int
=
0
,
columns
:
Int
=
0
)
Properties
columns
Link copied to clipboard
val
columns
:
Int
=
0
height
Offset
Link copied to clipboard
val
heightOffset
:
Float
=
0.0f
height
Scale
Link copied to clipboard
val
heightScale
:
Float
=
1.0f
path
Link copied to clipboard
val
path
:
String
rows
Link copied to clipboard
val
rows
:
Int
=
0