NodesManagerAddNodeToUpdateQueue Method |
Add this node to a queue of nodes that will do transformations update at the end of the frame.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void AddNodeToUpdateQueue(
Node node
)
Parameters
- node
- Type: GeonBit.Core.GraphicsNode
Node to update when frame ends.
See Also