space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
PointOfInterest
Point
Of
Interest
common
@
Serializable
data
class
PointOfInterest
(
val
position
:
Vec3F
,
val
type
:
Int
,
val
relationship
:
Int
,
val
text
:
String
,
val
distance
:
Double
,
val
distanceToCam
:
Double
)
Content copied to clipboard
Constructors
Properties
Constructors
Point
Of
Interest
Link copied to clipboard
common
fun
PointOfInterest
(
position
:
Vec3F
,
type
:
Int
,
relationship
:
Int
,
text
:
String
,
distance
:
Double
,
distanceToCam
:
Double
)
Content copied to clipboard
Properties
distance
Link copied to clipboard
common
val
distance
:
Double
Content copied to clipboard
distance
To
Cam
Link copied to clipboard
common
val
distanceToCam
:
Double
Content copied to clipboard
position
Link copied to clipboard
common
val
position
:
Vec3F
Content copied to clipboard
relationship
Link copied to clipboard
common
val
relationship
:
Int
Content copied to clipboard
text
Link copied to clipboard
common
val
text
:
String
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
Int
Content copied to clipboard