SAIRecorderObjectDebugContext

C++
struct SAIRecorderObjectDebugContext {
  string sName;
  bool bEnableDrawing;
  bool bSetView;
  ColorB color;
};
File

IAIRecorder.h

Description

Debug context for a specific AI object

SAIRecorderObjectDebugContext::bEnableDrawing Data Member
C++
bool bEnableDrawing;
SAIRecorderObjectDebugContext::bSetView Data Member
C++
bool bSetView;
SAIRecorderObjectDebugContext::color Data Member
C++
ColorB color;
SAIRecorderObjectDebugContext::sName Data Member
C++
string sName;
SAIRecorderObjectDebugContext::SAIRecorderObjectDebugContext Constructor
C++
SAIRecorderObjectDebugContext();