|
Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine. GitHub | Iuvo Unity Updates | Creator |
Namespaces | |
| namespace | ECS |
| namespace | Items |
| namespace | RPG |
Classes | |
| interface | IDataStructBase |
| class | IuvoAnimation |
| class | SaveToPrefabComponent |
| class | SemiBehavior |
| "Custom lightweight lifecycle system for data-driven or decoupled
non-MonoBehaviour systems (e.g. managers, AI behaviors, stat engines)." More... | |
| class | SemiBehaviorManager |
| class | IuvoComponentBase |
| interface | IuvoInterfaceBase |
| Marker interface for all Iuvo interfaces. Used for ECS system to identify components that implement Iuvo interfaces. More... | |
| class | DamageTypeComponent |
| interface | IDealDamage |
| interface | IDealDamageInRadius |
| class | DamageComponent |
| interface | ITakeDamage |
| interface | IHeal |
| interface | IHealInRadius |
| interface | IShield |
| struct | HealthComponentData |
| class | HealthComponent |
| struct | LevelComponentData |
| class | LevelComponent |
Enumerations | |
| enum | DamageType { PSYCHE_CONFUSION , PSYCHE_PAIN , PSYCHE_SLEEP , PSYCHE_PARALYSIS , PSYCHE_UNCONSCIOUS , PHYSICAL_PIERCING , PHYSICAL_SLASHING , PHYSICAL_BLUNT , MAGIC_FIRE , MAGIC_LAVA , MAGIC_METAL , MAGIC_EARTH , MAGIC_WATER , MAGIC_ICE , MAGIC_AIR , MAGIC_ELECTRICITY , MAGIC_GRAVITY , NULL } |