Click or drag to resize
NodesManager Class
Static class to manage node updates and caching.
Inheritance Hierarchy
SystemObject
  GeonBit.Core.GraphicsNodesManager

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class NodesManager

The NodesManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrFrame
Frame identifier. Used for internal caching mechanisms.
Top
Methods
  NameDescription
Public methodStatic memberAddNodeToUpdateQueue
Add this node to a queue of nodes that will do transformations update at the end of the frame.
Public methodStatic memberEndFrame
End drawing frame (call this at the end of your drawing loop, after drawing all nodes).
Public methodStatic memberStartFrame
Start drawing frame (call this at the begining of your drawing loop, before drawing any nodes).
Top
See Also