Enum base::msg::ClientMessage
[−]
[src]
pub enum ClientMessage {
UpdatePose {
position: Point3f,
orientation: Vector3f,
},
}A message from a client to the server.
Variants
UpdatePoseFields
position: Point3f | |
orientation: Vector3f |