Head Mounted VR 2.5
|
This is a code lock class where player can type password. More...
#include <VR_CodeLock.h>
Public Member Functions | |
AVR_CodeLock () | |
void | UpdateReturnForce (float Force, float Velocity, float Max_Force) |
FORCEINLINE bool | IsPasswordCorrect () const |
virtual void | Tick (float DeltaTime) override |
Public Attributes | |
int | Password |
float | FallInDistance |
float | ReturnForce |
float | VelocityStrength |
float | MaxForce |
FVector | SlideDirection |
Protected Member Functions | |
virtual void | BeginPlay () override |
This is a code lock class where player can type password.
AVR_CodeLock::AVR_CodeLock | ( | ) |
|
overrideprotectedvirtual |
|
inline |
|
overridevirtual |
void AVR_CodeLock::UpdateReturnForce | ( | float | Force, |
float | Velocity, | ||
float | Max_Force | ||
) |
float AVR_CodeLock::FallInDistance |
float AVR_CodeLock::MaxForce |
int AVR_CodeLock::Password |
float AVR_CodeLock::ReturnForce |
FVector AVR_CodeLock::SlideDirection |
float AVR_CodeLock::VelocityStrength |