PlayerCamTarget

Camera target type for players. This will focus the camera on a specific player. If the player by the specified index cannot be found, the camera will be set back on local player.

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int

the index of the player who to set the camera on.

Functions

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