Head Mounted VR 2.0
Loading...
Searching...
No Matches
AVR_CodeLock Class Reference

This is a code lock class where player can type password. More...

#include <VR_CodeLock.h>

+ Inheritance diagram for AVR_CodeLock:

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
 

Detailed Description

This is a code lock class where player can type password.

Constructor & Destructor Documentation

◆ AVR_CodeLock()

AVR_CodeLock::AVR_CodeLock ( )

Member Function Documentation

◆ BeginPlay()

void AVR_CodeLock::BeginPlay ( )
overrideprotectedvirtual

◆ IsPasswordCorrect()

FORCEINLINE bool AVR_CodeLock::IsPasswordCorrect ( ) const
inline

◆ Tick()

void AVR_CodeLock::Tick ( float DeltaTime)
overridevirtual

◆ UpdateReturnForce()

void AVR_CodeLock::UpdateReturnForce ( float Force,
float Velocity,
float Max_Force )

Member Data Documentation

◆ FallInDistance

float AVR_CodeLock::FallInDistance

◆ MaxForce

float AVR_CodeLock::MaxForce

◆ Password

int AVR_CodeLock::Password

◆ ReturnForce

float AVR_CodeLock::ReturnForce

◆ SlideDirection

FVector AVR_CodeLock::SlideDirection

◆ VelocityStrength

float AVR_CodeLock::VelocityStrength

The documentation for this class was generated from the following files: