enum GCFlags { GCF_Quick = 0, GCF_Medium = 1, GCF_Full = 2 };
Flags used to control the speed of GC.
|
Members |
Description |
|
GCF_Quick = 0 |
Quick collect, only relatively new nodes are iterated. |
|
GCF_Medium = 1 |
Medium collect, older nodes are collected too. |
|
GCF_Full = 2 |
Full collect, all nodes are iterated. |
GFx_Player.h