Class ResourceGarbageCollector

Dispose managed GPU resources.

class ResourceGarbageCollector
  : System ;

Constructors

NameDescription
this (world, device) Initialize a new ResourceGarbageCollector.

Properties

NameTypeDescription
name[get] stringThe name of this System.
resources[get] ResourcesRetreive the World's Resources.

Methods

NameDescription
from () Dynamically generate a new System instance given a function.
query () Query the World for Entities containing Components of the given types.
run () Operate this System on Resources and Components in the World.