Gets or sets a flag that checks for whether the scene graph is modified outside the event thread. Piccolo is not thread safe, and so no part of the scene graph can be modified outside the event thread. It takes time to check, so only turn this flag on for debugging. If the scene graph is modified outside the event thread, a message will be printed out.
A flag that indicates whether the scene graph is checked to make sure it is modified only within the event thread.
PDebug Class | UMD.HCIL.Piccolo.Util Namespace