SpatialSoundEffect

Spatial sound effects. Current supported effects in PICO OS

Entries

Link copied to clipboard

Operation click.

Link copied to clipboard

Operation drag begin.

Link copied to clipboard

Operation drag end.

Link copied to clipboard

Operation drag scale.

Link copied to clipboard

State selected.

Link copied to clipboard

State unselected.

Link copied to clipboard

State on.

Link copied to clipboard

State off.

Link copied to clipboard

Operation close.

Link copied to clipboard

State success.

Link copied to clipboard

State failure.

Properties

Link copied to clipboard
val entries: EnumEntries<SpatialSoundEffect>

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

Functions

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

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.