Status flags which are applied at render-time to update the PlaceableObject. If an object defines RenderFlags, it should at least include flags for "redraw" and "refresh".
Static
RENDER_Static
RENDER_A helper function to perform an immediate initialization plus incremental refresh.
Update perception manager flags which configure which behaviors occur on the next frame render.
Flag values (true) to assign where the keys belong to PerceptionManager.FLAGS
A helper class which manages the refresh workflow for perception layers on the canvas. This controls the logic which batches multiple requested updates to minimize the amount of work required. A singleton instance is available as foundry.canvas.Canvas#perception.