Detailed Description

MoData dirty flags.

Enumerations

enum class  MDDIRTY {
  NONE ,
  ALL ,
  ARRAYCOUNT ,
  COUNT ,
  DATA
}
 

Functions

enum MDDIRTY MAXON_ENUM_FLAGS (MDDIRTY)
 

Enumeration Type Documentation

◆ MDDIRTY

enum MDDIRTY
strong
Enumerator
NONE 
ALL 
ARRAYCOUNT 

Array count itself changed (number of different arrays rather than length of arrays).

COUNT 

Length of the arrays changed.

DATA 

Data in the arrays changed, must be manually set.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum MDDIRTY MAXON_ENUM_FLAGS ( MDDIRTY  )