dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
EntityGroupLights
dagon
resource
scene
Undocumented in source.
class
EntityGroupLights : Owner,
EntityGroup
{
EntityManager
entityManager
;
this
(EntityManager entityManager, Owner owner);
int
opApply
(int delegate(Entity) dg);
}
Constructors
this
this
(EntityManager entityManager, Owner owner)
Undocumented in source.
Members
Functions
opApply
int
opApply
(int delegate(Entity) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
entityManager
EntityManager
entityManager
;
Undocumented in source.
Inherited Members
From EntityGroup
opApply
int
opApply
(int delegate(Entity) dg)
Undocumented in source.
Meta
Source
See Implementation
dagon
resource
scene
classes
EntityGroupAreaLights
EntityGroupBackground
EntityGroupDecals
EntityGroupForeground
EntityGroupLights
EntityGroupSpatial
EntityGroupSpatialOpaque
EntityGroupSpatialTransparent
EntityGroupSunLights
Scene