NodeForceFullUpdate Method |
Force this node to update transformation and recalculate bounding box and sphere.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ForceFullUpdate(
bool updateNow = true
)
Parameters
- updateNow (Optional)
- Type: SystemBoolean
If true, will update right now. If false, will do the actual update next drawing frame.
See Also