#include "CoreMinimal.h"
#include "VRGripInterface.h"
#include "PixoVRGripInterface.generated.h"
Go to the source code of this file.
◆ EPixoVRGripModeEnum
UENUM(BlueprintType)
- Deprecated
- We don't use this enum anymore.
Enumerator |
---|
GRIP_STATIC | The grabbed object will be grabbed using normal attachments. Metadata:
Displayname: STRING
|
GRIP_PHYSICS | The grabbed object will be grabbed using a physics constraint. Metadata:
DisplayName: STRING
|
Definition at line 34 of file PixoVRGripInterface.h.
◆ EPixoVRGripTriggerModeEnum
UENUM(BlueprintType)
- Deprecated
- We don't use this enum anymore.
Enumerator |
---|
GRIP_TRIGGER_AUTO_DROP | The grabbed object will be dropped after releasing the trigger. Metadata:
Displayname: STRING
|
GRIP_TRIGGER_TOGGLE_DROP | The grabbed object will be dropped after a second grip/release. Metadata:
DisplayName: STRING
|
Definition at line 18 of file PixoVRGripInterface.h.