NodesManager Class |
Namespace: GeonBit.Core.Graphics
public static class NodesManager
The NodesManager type exposes the following members.
Name | Description | |
---|---|---|
AddNodeToUpdateQueue |
Add this node to a queue of nodes that will do transformations update at the end of the frame.
| |
EndFrame |
End drawing frame (call this at the end of your drawing loop, after drawing all nodes).
| |
StartFrame |
Start drawing frame (call this at the begining of your drawing loop, before drawing any nodes).
|