Draw the node and its children.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Draw(
bool forceEvenIfAlreadyDrawn = false
)
Parameters
- forceEvenIfAlreadyDrawn (Optional)
- Type: SystemBoolean
If true, will draw this node even if it was already drawn in current frame.
See Also