Class ClientConfig
Constant values for the client
Inheritance
System.Object
ClientConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Engine.Configuration
Assembly: Engine.Configuration.dll
Syntax
public class ClientConfig
Fields
CAMERA_DEFAULT_DISTANCE
The default camera distance
Declaration
public static readonly float CAMERA_DEFAULT_DISTANCE
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_SMOOTH_POSITION_SPEED
The default speed the camera updates the target position
Declaration
public static readonly float CAMERA_DEFAULT_SMOOTH_POSITION_SPEED
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_SMOOTH_ZOOM_SPEED
The default speed the camera zoom changes
Declaration
public static readonly float CAMERA_DEFAULT_SMOOTH_ZOOM_SPEED
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_X_AXIS_ROTATION
The default camera rotation for the x axis
Declaration
public static readonly float CAMERA_DEFAULT_X_AXIS_ROTATION
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_X_AXIS_ROTATION_SPEED
The default camera rotation speed for the x axis
Declaration
public static readonly float CAMERA_DEFAULT_X_AXIS_ROTATION_SPEED
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_Y_AXIS_ROTATION
The default camera rotation for the y axis
Declaration
public static readonly float CAMERA_DEFAULT_Y_AXIS_ROTATION
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_Y_AXIS_ROTATION_SPEED
The default camera rotation speed for the y axis
Declaration
public static readonly float CAMERA_DEFAULT_Y_AXIS_ROTATION_SPEED
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DEFAULT_ZOOM_WHEN_INTERCEPTED
The default setting for the camera zoom when an object interceps
Declaration
public static readonly bool CAMERA_DEFAULT_ZOOM_WHEN_INTERCEPTED
Field Value
| Type | Description |
|---|---|
| System.Boolean |
CAMERA_DISTANCE_MAXIMUM
The camera distance maximum
Declaration
public static readonly float CAMERA_DISTANCE_MAXIMUM
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_DISTANCE_MINIMUM
The camera distance minimum
Declaration
public static readonly float CAMERA_DISTANCE_MINIMUM
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_Y_AXIS_MAXIMUM
The camera y maximum limit
Declaration
public static readonly float CAMERA_Y_AXIS_MAXIMUM
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_Y_AXIS_MINIMUM
The camera y minimum limit
Declaration
public static readonly float CAMERA_Y_AXIS_MINIMUM
Field Value
| Type | Description |
|---|---|
| System.Single |
CAMERA_Y_OFFSET
The camera rotation for the x axis
Declaration
public static readonly float CAMERA_Y_OFFSET
Field Value
| Type | Description |
|---|---|
| System.Single |
ENVIRONMENT_TRANSITION_SPEED
The speed the sky transitions when changing environments
Declaration
public static readonly float ENVIRONMENT_TRANSITION_SPEED
Field Value
| Type | Description |
|---|---|
| System.Single |
MOUSE_HOLD_MOVEMENT_TIME_IN_MILLISECONDS
How often to send movement updates when holding the mouse down
Declaration
public static readonly int MOUSE_HOLD_MOVEMENT_TIME_IN_MILLISECONDS
Field Value
| Type | Description |
|---|---|
| System.Int32 |