VCameraShakeNetEvent
Engine/source/Verve/Torque3D/VCameraShake.h
Public Types
enum
eEventType { k_TypeClear = BIT( 0 ) k_TypeMake = BIT( 1 ) }
Private Types
Parent
Public Attributes
Public Functions
pack(NetConnection * pConnection, BitStream * pStream)
process(NetConnection * pConnection)
unpack(NetConnection * pConnection, BitStream * pStream)
write(NetConnection * pConnection, BitStream * pStream)
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