Click or drag to resize
NodesManager Methods

The NodesManager type exposes the following members.

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