DefaultEcs DefaultEcs 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.