Click or drag to resize
OnUpdateCallback Delegate
A callback to call on Update function.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void OnUpdateCallback(
	GameObject go
)

Parameters

go
Type: GeonBit.ECSGameObject
Game object callback was invoked from.
See Also