CFx SDK Documentation
2023 SP0
|
#include <FxViewReactor.h>
Public Types | |
enum | _ReactorEvent { eWorldToEyeChanged } |
typedef enum CFxViewReactor::_ReactorEvent | ReactorEvent |
Public Member Functions | |
virtual | ~CFxViewReactor () |
virtual void | OnWorldToEyeChanged (const CFxView *pView) |
Description: Represents the view change(reaction). Library: DDKERNEL
Definition at line 30 of file FxViewReactor.h.
Description: Values that represent _ReactorEvent.
Description: Values that represent _ReactorEvent.
Enumerator | |
---|---|
eWorldToEyeChanged |
Definition at line 39 of file FxViewReactor.h.
|
virtual |
Description: Executes the world to eye changed action. Arguments:
pView | The view. |