| Name | Summary |
|---|---|
Unknown Smantic type was unspecified. | |
None No emantic type was set for this interaction. | |
Select This entity was selected (e.g. a mouse left click-down). | |
Grab This entity was grabbed (e.g. user is holding the grip button. | |
Scroll This entity should be scrolled (e.g. user pressed thumbstick up on a panel. |
| Name | Summary |
|---|---|
id | val id: Int |
name | val name: String |
ordinal | val ordinal: Int |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): SemanticType 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.) |
values | fun values(): Array<SemanticType> Returns an array containing the constants of this enum type, in the order they’re declared. |