Energy

Undocumented in source.

Constructors

this
this(float energy, float ratio)
Undocumented in source.

Members

Functions

AddEnergy
void AddEnergy(float energy)
Undocumented in source. Be warned that the author may not have intended to support it.
AddSize
void AddSize(float size)
Undocumented in source. Be warned that the author may not have intended to support it.
Awake
void Awake()
Undocumented in source. Be warned that the author may not have intended to support it.
SetEnergy
void SetEnergy(float energy)
Undocumented in source. Be warned that the author may not have intended to support it.
SetSize
void SetSize(float size)
Undocumented in source. Be warned that the author may not have intended to support it.
SetSizeRatio
void SetSizeRatio(float sizeRatio)
Undocumented in source. Be warned that the author may not have intended to support it.
Size
float Size()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ComponentBase
Undocumented in source.

Variables

energy
float energy;
Undocumented in source.
sizeRatio
float sizeRatio;
Undocumented in source.

Mixed In Members

From mixin ComponentBase

_entity
e.Entity _entity;
Undocumented in source.
entity
e.Entity entity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transform
t.Transform transform [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta