using System.Collections.Generic;
namespace xAPI.Registry {
///
/// Provides 13 items of the xAPI_Verbs of the context virtualReality as public properties.
///
public sealed class xAPI_Verbs_VirtualReality : xAPI_Verbs {
///
/// An actor has created a virtual object in the VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/created
///
public readonly xAPI_Verb created = new xAPI_Verb(
context: "virtualReality",
key: "created",
names: new Dictionary {
["en-US"] = "created",
["de-DE"] = "erstellte" },
descriptions: new Dictionary {
["en-US"] = "An actor has created a virtual object in the VR environment.",
["de-DE"] = "Eine Akteurin hat ein virtuelles Objekt in der VR Umgebung erstellt." });
///
/// The actor grabbed an object in a virtual reality environment. This action involves interacting with a virtual object using hand tracking, controllers, or other input methods, providing context about the actor's interactions within the VR experience.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/grabbed
///
public readonly xAPI_Verb grabbed = new xAPI_Verb(
context: "virtualReality",
key: "grabbed",
names: new Dictionary {
["en-US"] = "grabbed",
["de-DE"] = "gegriffen" },
descriptions: new Dictionary {
["en-US"] = "The actor grabbed an object in a virtual reality environment. This action involves interacting with a virtual object using hand tracking, controllers, or other input methods, providing context about the actor's interactions within the VR experience.",
["de-DE"] = "Der Akteur griff ein Objekt in einer virtuellen Realität. Diese Aktion beinhaltet die Interaktion des Akteurs mit einem virtuellen Objekt mithilfe von Handtracking, Controllern oder anderen Eingabemethoden und bietet Kontext zu den Interaktionen des Akteurs innerhalb der VR-Erfahrung." });
///
/// An actor interacted with the VR object in the VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/interacted
///
public readonly xAPI_Verb interacted = new xAPI_Verb(
context: "virtualReality",
key: "interacted",
names: new Dictionary {
["en-US"] = "interacted",
["de-DE"] = "interagierte" },
descriptions: new Dictionary {
["en-US"] = "An actor interacted with the VR object in the VR environment.",
["de-DE"] = "Eine Akteurin interagierte einem VR Objekt in der VR Umgebung." });
///
/// An actor has changed a virtual object's position in VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/moved
///
public readonly xAPI_Verb moved = new xAPI_Verb(
context: "virtualReality",
key: "moved",
names: new Dictionary {
["en-US"] = "moved",
["de-DE"] = "bewegte" },
descriptions: new Dictionary {
["en-US"] = "An actor has changed a virtual object's position in VR environment.",
["de-DE"] = "Eine Akteurin hat die Position eines virtuellen Objekts verändert." });
///
/// An actor has placed a virtual object in the VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/placed
///
public readonly xAPI_Verb placed = new xAPI_Verb(
context: "virtualReality",
key: "placed",
names: new Dictionary {
["en-US"] = "placed",
["de-DE"] = "platzierte" },
descriptions: new Dictionary {
["en-US"] = "An actor has placed a virtual object in the VR environment.",
["de-DE"] = "Eine Akteurin hat ein virtuelles Objekt in der VR Umgebung platziert." });
///
/// An actor has pointed on an VR object.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/pointed
///
public readonly xAPI_Verb pointed = new xAPI_Verb(
context: "virtualReality",
key: "pointed",
names: new Dictionary {
["en-US"] = "pointed",
["de-DE"] = "zeigte" },
descriptions: new Dictionary {
["en-US"] = "An actor has pointed on an VR object.",
["de-DE"] = "Eine Akteurin zeigte auf ein VR Objekt." });
///
/// The actor has pressed a controller button.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/pressed
///
public readonly xAPI_Verb pressed = new xAPI_Verb(
context: "virtualReality",
key: "pressed",
names: new Dictionary {
["en-US"] = "pressed",
["de-DE"] = "drückte" },
descriptions: new Dictionary {
["en-US"] = "The actor has pressed a controller button.",
["de-DE"] = "Eine Akteurin drückte einen Controller Taste." });
///
/// The actor has released a controller button.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/released
///
public readonly xAPI_Verb released = new xAPI_Verb(
context: "virtualReality",
key: "released",
names: new Dictionary {
["en-US"] = "released",
["de-DE"] = "löste" },
descriptions: new Dictionary {
["en-US"] = "The actor has released a controller button.",
["de-DE"] = "Eine Akteurin löste einen Controller Taste." });
///
/// An actor has removed a virtual object from the VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/removed
///
public readonly xAPI_Verb removed = new xAPI_Verb(
context: "virtualReality",
key: "removed",
names: new Dictionary {
["en-US"] = "removed",
["de-DE"] = "entfernte" },
descriptions: new Dictionary {
["en-US"] = "An actor has removed a virtual object from the VR environment.",
["de-DE"] = "Ein Akteur hat ein virtuelles Objekt aus der VR Umgebung entfernt." });
///
/// An actor has changed a virtual object's rotation in VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/rotated
///
public readonly xAPI_Verb rotated = new xAPI_Verb(
context: "virtualReality",
key: "rotated",
names: new Dictionary {
["en-US"] = "rotated",
["de-DE"] = "rotierte" },
descriptions: new Dictionary {
["en-US"] = "An actor has changed a virtual object's rotation in VR environment.",
["de-DE"] = "Ein Akteur hat die Rotation eines virtuellen Objekts verändert." });
///
/// An actor has changed a virtual object's scale in VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/scaled
///
public readonly xAPI_Verb scaled = new xAPI_Verb(
context: "virtualReality",
key: "scaled",
names: new Dictionary {
["en-US"] = "scaled",
["de-DE"] = "skalierte" },
descriptions: new Dictionary {
["en-US"] = "An actor has changed a virtual object's scale in VR environment.",
["de-DE"] = "Eine Akteurin hat die Skalierung eines virtuellen Objekts verändert." });
///
/// An actor has changed her own position in VR environment by teleport.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/teleported
///
public readonly xAPI_Verb teleported = new xAPI_Verb(
context: "virtualReality",
key: "teleported",
names: new Dictionary {
["en-US"] = "teleported",
["de-DE"] = "teleportierte" },
descriptions: new Dictionary {
["en-US"] = "An actor has changed her own position in VR environment by teleport.",
["de-DE"] = "Eine Akteurin hat die eigene Position in der VR Umgebung durch Teleportation verändert." });
///
/// An actor has touched a virtual object in VR environment.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality/verbs/touched
///
public readonly xAPI_Verb touched = new xAPI_Verb(
context: "virtualReality",
key: "touched",
names: new Dictionary {
["en-US"] = "touched",
["de-DE"] = "berührte" },
descriptions: new Dictionary {
["en-US"] = "An actor has touched a virtual object in VR environment.",
["de-DE"] = "Eine Akteurin hat ein virtuelles Objekt berührt." });
public xAPI_Verbs_VirtualReality()
: base("virtualReality") {
}
}
}