Click or drag to resize
GameSceneUpdate Method
Called every frame to do GameObject events. 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 Update()
See Also