Interface ILightEntityMethods

interface ILightEntityMethods {
    getLight(): LightComponent;
}

Methods

Methods