Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 506 Bytes

WorldDisposedHandler(World).md

File metadata and controls

17 lines (11 loc) · 506 Bytes

WorldDisposedHandler(World) Delegate

Represents the method that will called when a World is created.

public delegate void WorldDisposedHandler(DefaultEcs.World world);

Parameters

world World

The dusposed World.