dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
EntityGroupSpatialOpaque
dagon
resource
scene
Undocumented in source.
class
EntityGroupSpatialOpaque : Owner,
EntityGroup
{
EntityManager
entityManager
;
bool
dynamic
;
this
(EntityManager entityManager, bool dynamic, Owner owner);
int
opApply
(int delegate(Entity) dg);
}
Constructors
this
this
(EntityManager entityManager, bool dynamic, 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
dynamic
bool
dynamic
;
Undocumented in source.
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