Click or drag to resize
BaseRenderableEntityOnDraw Field
Callback that triggers every time an entity is rendered. Note: entities that are culled out will not trigger this event.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static EntityEventCallback OnDraw

Field Value

Type: EntityEventCallback
See Also