CFx SDK Documentation  2020SP3
Public Types | Public Member Functions | List of all members
CFxViewReactor Class Reference

#include <FxViewReactor.h>

Public Types

enum  _ReactorEvent { eWorldToEyeChanged }
 
typedef enum CFxViewReactor::_ReactorEvent ReactorEvent
 

Public Member Functions

virtual ~CFxViewReactor ()
 
virtual void OnWorldToEyeChanged (const CFxView *pView)
 

Detailed Description

Description: Represents the view change(reaction). Library: DDKERNEL

Definition at line 30 of file FxViewReactor.h.

Member Typedef Documentation

◆ ReactorEvent

Description: Values that represent _ReactorEvent.

Member Enumeration Documentation

◆ _ReactorEvent

Description: Values that represent _ReactorEvent.

Enumerator
eWorldToEyeChanged 

Definition at line 39 of file FxViewReactor.h.

Constructor & Destructor Documentation

◆ ~CFxViewReactor()

virtual CFxViewReactor::~CFxViewReactor ( )
virtual

Member Function Documentation

◆ OnWorldToEyeChanged()

virtual void CFxViewReactor::OnWorldToEyeChanged ( const CFxView pView)
virtual

Description: Executes the world to eye changed action. Arguments:

Parameters
pViewThe view.

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