space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
HandTool
Hand
Tool
common
@
Serializable
data
class
HandTool
(
val
id
:
String
,
val
position
:
Vec3F
,
val
orientationForward
:
Vec3F
,
val
orientationUp
:
Vec3F
,
val
velocity
:
Vec3F
,
val
name
:
String
,
val
displayName
:
String
,
val
inScene
:
Boolean
,
val
definitionId
:
DefinitionId
,
val
isShooting
:
Boolean
)
:
ExtendedEntity
Content copied to clipboard
Constructors
Properties
Constructors
Hand
Tool
Link copied to clipboard
common
fun
HandTool
(
id
:
String
,
position
:
Vec3F
,
orientationForward
:
Vec3F
,
orientationUp
:
Vec3F
,
velocity
:
Vec3F
,
name
:
String
,
displayName
:
String
,
inScene
:
Boolean
,
definitionId
:
DefinitionId
,
isShooting
:
Boolean
)
Content copied to clipboard
Properties
definition
Id
Link copied to clipboard
common
open
override
val
definitionId
:
DefinitionId
Content copied to clipboard
display
Name
Link copied to clipboard
common
open
override
val
displayName
:
String
Content copied to clipboard
id
Link copied to clipboard
common
open
override
val
id
:
String
Content copied to clipboard
in
Scene
Link copied to clipboard
common
open
override
val
inScene
:
Boolean
Content copied to clipboard
is
Shooting
Link copied to clipboard
common
val
isShooting
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
common
open
override
val
name
:
String
Content copied to clipboard
orientation
Forward
Link copied to clipboard
common
open
override
val
orientationForward
:
Vec3F
Content copied to clipboard
orientation
Up
Link copied to clipboard
common
open
override
val
orientationUp
:
Vec3F
Content copied to clipboard
position
Link copied to clipboard
common
open
override
val
position
:
Vec3F
Content copied to clipboard
velocity
Link copied to clipboard
common
open
override
val
velocity
:
Vec3F
Content copied to clipboard