Click or drag to resize
GameSceneBeforeDraw Method
Called to update stuff right before drawing scene. You do not need to call this function yourself, it is used internally.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void BeforeDraw()
See Also