PlayerLocationOnPlacement

class PlayerLocationOnPlacement(val position: Vec3, val pose: Pose = player.pose)

Contains information about where the player will be on placement.

Parameters

position

the player's position (on placement)

pose

the player's pose (on placement)

Constructors

Link copied to clipboard
constructor(position: Vec3, pose: Pose = player.pose)

Properties

Link copied to clipboard
Link copied to clipboard
val eyePos: Vec3
Link copied to clipboard
val pose: Pose
Link copied to clipboard
val position: Vec3