Click or drag to resize
EntityEventCallback Delegate
A callback function you can register on different entity-related events.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void EntityEventCallback(
	BaseRenderableEntity node
)

Parameters

node
Type: GeonBit.Core.GraphicsBaseRenderableEntity
The entity instance the event was called from.
See Also