Class ModelPosInfo.TOKEN
- Namespace
- KSP.Networking.MP.Utils
- Assembly
- Assembly-CSharp.dll
public static class ModelPosInfo.TOKEN
- Inheritance
-
ModelPosInfo.TOKEN
- Inherited Members
-
Fields
ANGULAR_VELOCITY_X
public const string ANGULAR_VELOCITY_X = "avx"
Field Value
- string
ANGULAR_VELOCITY_Y
public const string ANGULAR_VELOCITY_Y = "avy"
Field Value
- string
ANGULAR_VELOCITY_Z
public const string ANGULAR_VELOCITY_Z = "avz"
Field Value
- string
EQUALS_CHAR
public const char EQUALS_CHAR = '='
Field Value
- char
EQUALS_STRING
public const string EQUALS_STRING = "="
Field Value
- string
OFFSET_POSITION_X
public const string OFFSET_POSITION_X = "opx"
Field Value
- string
OFFSET_POSITION_Y
public const string OFFSET_POSITION_Y = "opy"
Field Value
- string
OFFSET_POSITION_Z
public const string OFFSET_POSITION_Z = "opz"
Field Value
- string
public const string PARENT_TRANSFORM_FRAME_GLOBAL_ID_STRING = "frame"
Field Value
- string
public const string PARENT_TRANSFORM_FRAME_TYPE = "type"
Field Value
- string
POSITION_X
public const string POSITION_X = "px"
Field Value
- string
POSITION_Y
public const string POSITION_Y = "py"
Field Value
- string
POSITION_Z
public const string POSITION_Z = "pz"
Field Value
- string
ROTATION_W
public const string ROTATION_W = "rw"
Field Value
- string
ROTATION_X
public const string ROTATION_X = "rx"
Field Value
- string
ROTATION_Y
public const string ROTATION_Y = "ry"
Field Value
- string
ROTATION_Z
public const string ROTATION_Z = "rz"
Field Value
- string
SEPARATOR_CHAR
public const char SEPARATOR_CHAR = '&'
Field Value
- char
SEPARATOR_STRING
public const string SEPARATOR_STRING = "&"
Field Value
- string
VELOCITY_X
public const string VELOCITY_X = "vx"
Field Value
- string
VELOCITY_Y
public const string VELOCITY_Y = "vy"
Field Value
- string
VELOCITY_Z
public const string VELOCITY_Z = "vz"
Field Value
- string