TestComp4

Undocumented in source.

Members

Mixins

__anonymous
mixin ECS.Component
Undocumented in source.

Static functions

deserializeComponent
void deserializeComponent(TestComp comp, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeComponent
void serializeComponent(TestComp comp, SerializeVector output)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
ulong a;
Undocumented in source.
b
ulong b;
Undocumented in source.
bg
uint bg;
Undocumented in source.
c
ulong c;
Undocumented in source.
g
ulong g;
Undocumented in source.
gg
uint gg;
Undocumented in source.

Mixed In Members

From mixin ECS.Component

ref_
deprecated ComponentRef ref_()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta