space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
OreMarker
Ore
Marker
common
@
Serializable
data
class
OreMarker
(
val
position
:
Vec3F
,
val
text
:
String
,
val
distance
:
Double
,
val
materials
:
List
<
DefinitionId
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Ore
Marker
Link copied to clipboard
common
fun
OreMarker
(
position
:
Vec3F
,
text
:
String
,
distance
:
Double
,
materials
:
List
<
DefinitionId
>
)
Content copied to clipboard
Properties
distance
Link copied to clipboard
common
val
distance
:
Double
Content copied to clipboard
materials
Link copied to clipboard
common
val
materials
:
List
<
DefinitionId
>
Content copied to clipboard
position
Link copied to clipboard
common
val
position
:
Vec3F
Content copied to clipboard
text
Link copied to clipboard
common
val
text
:
String
Content copied to clipboard