|
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 |
Enumerations | |
| enum | ContextKey_ACTOR { Targets , Players , Allies , Enemies , Cameras , Interactables , RandomObjects } |
| enum | ContextKey_STATE { IsUnderAttack , IsVisible , IsMoving , IsGrounded , IsAiming , IsDead , IsPaused , IsSprinting } |
| enum | ContextKey_EVENT { OnDamageTaken , OnDeath , OnRevive , OnItemPickup , OnObjectiveComplete , OnInteract , OnPause } |
| enum | ContextKey_PLAYER_HANDLERS { AimHandler , AnimatorHandler , CameraHandler , CombatHandler , InputHandler , MovementHandler , RotationHandler , StatHandler , UIHandler , PlayerManager } |
| enum | ContextKey_STATS { CharcterStats , Score , Deaths , Kills } |
| enum | ContextKey_TRANSFORM { Transform , Position , Destination , Velocity , Direction , LookTarget , LastDirection , InputDirection , MoveSpeed } |
| enum | PriorityLevel { None , Low , Moderate , High , Emergency } |
| class IuvoUnity::DataStructs::LevelData |
| Class Members | ||
|---|---|---|
| float | AverageCompletionTime | |
| float | BestCompletionTime | |
| int | Deaths | |
| int | EnemiesDefeated | |
| List< Item > | Items | |
| int | ItemsCollected | |
| int | LevelIndex | |
| string | LevelName | |
| StopwatchTimer | LevelTimer | |
| int | QuestsCompleted | |
| int | TimesCompleted | |
| int | TimesFailed | |
| int | TotalLives | |
| int | TotalPlayTimeInSeconds | |
| class IuvoUnity::DataStructs::SaveDataBase |
| Enumerator | |
|---|---|
| AimHandler | |
| AnimatorHandler | |
| CameraHandler | |
| CombatHandler | |
| InputHandler | |
| MovementHandler | |
| RotationHandler | |
| StatHandler | |
| UIHandler | |
| PlayerManager | |
| Enumerator | |
|---|---|
| Transform | |
| Position | |
| Destination | |
| Velocity | |
| Direction | |
| LookTarget | |
| LastDirection | |
| InputDirection | |
| MoveSpeed | |