OGWEntityCategoryOption Constants Reference
Declared in | OGWEntityCategory.h |
OGWEntityCategoryOption
Category option bits
Definition
typedef NS_OPTIONS(GWInteger, OGWEntityCategoryOption ) {
OGWEntityCategoryOptionNone = 0,
OGWEntityCategoryOptionNeedsUpdate = ( 1 < < 0 ),
OGWEntityCategoryOptionUpdatesConcurrently = ( 1 < < 1 ),
};
Constants
OGWEntityCategoryOptionNone
-
No options (0).
Declared In
OGWEntityCategory.h
. OGWEntityCategoryOptionNeedsUpdate
-
If set, entities and their aspect will be updated if they require updates.
Declared In
OGWEntityCategory.h
. OGWEntityCategoryOptionUpdatesConcurrently
-
If set, updates will happen concurrently if possible
Declared In
OGWEntityCategory.h
.
Declared In
OGWEntityCategory.h