Torque3D Documentation / _generateds / VCameraShakeNetEvent

VCameraShakeNetEvent

Engine/source/Verve/Torque3D/VCameraShake.h

More...

Public Types

enum
eEventType {
  k_TypeClear = BIT( 0 )
  k_TypeMake = BIT( 1 )
}

Private Types

Parent 

Public Functions

Detailed Description

Public Types

eEventType

Enumerator

k_TypeClear = BIT( 0 )
k_TypeMake = BIT( 1 )

Private Types

typedef NetEvent Parent 

Public Attributes

VectorF mAmplitude 
F32 mDuration 
U32 mEventType 
F32 mFalloff 
VectorF mFrequency 

Public Functions

VCameraShakeNetEvent(void )

DECLARE_CONOBJECT(VCameraShakeNetEvent )

pack(NetConnection * pConnection, BitStream * pStream)

Reimplemented from: NetEvent

process(NetConnection * pConnection)

Reimplemented from: NetEvent

unpack(NetConnection * pConnection, BitStream * pStream)

Reimplemented from: NetEvent

write(NetConnection * pConnection, BitStream * pStream)

Reimplemented from: NetEvent