Key

actual enum Key : Enum<Manipulator.Key>

Keys used to translate the camera in Mode.FLIGHT mode.

FORWARD and BACKWARD dolly the camera forwards and backwards. LEFT and RIGHT strafe the camera left and right. UP and DOWN boom the camera upwards and downwards.

expect enum Key : Enum<Manipulator.Key>

Keys used to translate the camera in Mode.FLIGHT mode.

FORWARD and BACKWARD dolly the camera forwards and backwards. LEFT and RIGHT strafe the camera left and right. UP and DOWN boom the camera upwards and downwards.

actual enum Key : Enum<Manipulator.Key>

Keys used to translate the camera in Mode.FLIGHT mode.

FORWARD and BACKWARD dolly the camera forwards and backwards. LEFT and RIGHT strafe the camera left and right. UP and DOWN boom the camera upwards and downwards.

actual enum Key : Enum<Manipulator.Key>

Keys used to translate the camera in Mode.FLIGHT mode.

FORWARD and BACKWARD dolly the camera forwards and backwards. LEFT and RIGHT strafe the camera left and right. UP and DOWN boom the camera upwards and downwards.

actual enum Key : Enum<Manipulator.Key>

Keys used to translate the camera in Mode.FLIGHT mode.

FORWARD and BACKWARD dolly the camera forwards and backwards. LEFT and RIGHT strafe the camera left and right. UP and DOWN boom the camera upwards and downwards.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Returns a representation of an immutable list of all enum entries, in the order they're declared.

name
Link copied to clipboard
expect val name: String
ordinal
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

expect fun valueOf(value: String): Manipulator.Key

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.

Returns an array containing the constants of this enum type, in the order they're declared.