Scaling

Entries

Link copied to clipboard

Has a constant world space size. Zooming causes it to get smaller or bigger on the screen.

Link copied to clipboard

Size on screen is unaffected by zooming, but items that are further away from the camera get smaller when the tilt angle is < 90.

Link copied to clipboard

Screen size is always the same, regardless of the zoom level, tilt angle or position.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Scaling

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.