CamMode

class CamMode(val mode: Int) : OutgoingGameMessage

Cam mode is used to set the camera into an orb-of-oculus mode, or out of it.

Constructors

Link copied to clipboard
constructor(mode: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard
val mode: Int

the mode to set in, with the only valid values being 0 for "out of oculus" and 1 for "into oculus".

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String