Liberi
An exergame built for kids with CP!
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAlternateSpriteStores a Sprite and Target Sprite Renderer. When activated, it changes the Target Sprite Renderer's current Sprite to the AltSprite.
 CAnimatorRandomStartStarts an Animator's initial State at a random time.
 CAutoSpriteSortingAutomatically sorts sprites and particle effect on this object to render in a nice order. The local player's Avatar will always render on it's own sorting layer above others. Other avatars will have their sort order set to it's current value + their peer index * SPRITE_LAYER_MULT
 CAvatarPointerAvatar pointer controller script.
 CBikeFitXFA Device for providing power information to the Controls class from a FitXF Gamer Bike.
 CBlinkerBlinks the renderers in an object on and off. Good for damage effects.
 CBotNavHelperA helpful node Component for fast-cheap bot path finding.
 CCameraAffectorAdd to a GameObject with a trigger collider to dynamically change various settings on the cameraman.
 CCameramanStandard cameraman for the game.
 CCameraTargetCamera target class which marks this object to be followed by the cameraman.
 CCharacterAvatar character management component. In charge of personas, skills and buffs.
 CCharacterTrait(Deprecated) Descibes a trait for a character.
 CClientAudioConfigAudio configuration class for game client.
 CClientConfigConfiguration class for game client.
 CClientControlsConfigControls configuration class for game client.
 CClientDevicesConfigDevices configuration class for game client.
 CClientNetworkConfigNetwork configuration class for game client.
 CClientStudyConfigStudy configuration class for game client.
 CClientUIConfigUI configuration class for game client.
 CClientVideoConfigVideo configuration class for game client.
 CCollisionDespawnerAn object that should despawn when it collider with others.
 CCollisionEffectRelationshipDescribes an effect relationship between a collider and an incoming physic material.
 CCollisionEffectsManages client-side collision effects for this object.
 CConditionSelectorThe ConditionSelector was used as part of a Summer Camp at Holland Bloorview in 2015 At the time, this selected between 3 conditions with arbitrary names and colored shapes
 CConstantSpeedMakes this object maintain a constant speed.
 CControlsControls class. Allows for controls queries and controls injection from devices.
 CCutsceneManagerA class to start cutscenes by taking control of the camera and returning it to the player when the cutscene stops. Does not affect logic running in the scene. You may want to restrict player and enemy movement during a cutscene.
 CDebugManagerA class that manages the DebugLogs. Creates a file for logging Exceptions thrown by Unity as well as Debug Logs and warning messages.
 CDebugNumbers
 CDespawnBehaviourControls an object's behaviour on despawning.
 CDeviceAbstract class to be extended by devices.
 CDeviceManagerManages game devices.
 CEnumUtilsUtiliry class for Enums.
 CExclamationBarA GUI Object that displays various messages in a faded bar accross the centre of the players screen.
 CFireAntBikeA Device for providing power information to the Controls class from Fireant.
 CFireAntHeartRateMonitorA Device for providing HeartRate information to the Heart class from FireAnt.
 CFloppyJointA goofy physics hack used make floppy appendages on some mobs. Used because physics doesn't simulate on remote objects, only local ones, but this will still move, unlike a fixed joint or any other real physx joint.
 CGameClientMain game client class.
 CGameLobbyManagerA Deprecated class for managing Game Lobbies. This may resurected in some form in the future!
 CGameMessageA class for serializing game data into a stream for propagation between objects and peers.
 CGamepadControlsA Device for providing Direction (and optionally Power) information to the Controls Class.
 CGameServerMain game server class.
 CGameServerSummaryA summary for a game server.
 CGemItemDerived class for storing Wiskin Defense gems.
 CGravityScalarScales the effect of gravity on this object.
 CGuardianWeaponDerived class for storing Wiskin Defense weapons.
 CGUIControlsActionA visual representation of a ControlsAction. Automatically updates when the GoverningAction changes to show the correct text and fade value (fading out when the action is disabled).
 CGUIGameCountDownA visual representation for pre minigame count downs. Displaying values 1 to 3 show the number, value 0 shows the text "GO!"
 CGUIGameLobbyPanel
 CGUILibiCounterA visual representation of the player's libi count. PlayerProfile uses the Text property to update the display when the local players libi changes.
 CGUIStatusMeterA visual representation of HeartRate and Character.Energy.
 CHeartHeart class. Allows for heart rate queries and heart rate injection from devices.
 CHeroItemDerived class for storing Hero clothing items.
 CHitInfoDescribes a hit on an object.
 CHitterApplies outgoing hits to any object in contact that has a Vitals component.
 CIActionInfoProviderInterface for classes which provide information for an action.
 CIgnoreAvatarCollisionsForce the object to Ignore Collisions with other Avatars OnSpawn. Note that this won't work on Avatars spawned AFTER the object this component is attached to. Not sure where this is used in the project but it can probably be done in a more clever way.
 CIgnoreShooterCollisions
 CInspectableSomething which can be inspected by the player.
 CInterestStickerA Sticker for showing the position of off screen objects the player may be interested in (other players, objectives, etc).
 CInventoryTileA visual representation of an Inventory item. Used by the StoreUIManager class to display items the vendor has.
 CInvisibleWallAn invisible wall component which draws a gizmo in the Scene view.
 CIRankableA rankable object. Include this on the view script of an Avatar and implement the methods to make the Avatar one that can be ranked in a minigame by MinigameRankingView.
 CItemA Class for storing items. Can be used as is or be derived from. See GemItem or GuardianWeapon for examples of derived items.
 CItemRegistryA class that loads all Item Serializeable Objects from the Resources folder and provides the ability to get that data given the item's ID.
 CKeyboardControlsA Device for providing Direction information to the Controls class from keyboard input.
 CKeyboardHeartRateSimulatorA Device for providing simulated Heartrate information to the Heart class from keyboard input.
 CLabelStickerA Sticker that shows floating text positioned on the attached object.
 CLaunchScreenGame client launch screen.
 CLineRendererHooksAllows a line renderer to automatically hook onto and follow two end points.
 CLocalizerLocalization manager.
 CLogEventAttributeAttribute to use on enumeration values, marking them as possible log event type.
 CLootA component that needs to be included in a Minigame for access to loot mechanics in the game
 CLootPackA simple object for storing packs of loot. LootPackEntry records item IDs and in what quantities the loot can be rewarded.
 CLootPackEntryA simple object for storing data in LootPack.
 CMapSettingAttributeAttribute to use on fields. Marks them for assignment from map settings.
 CMeterStickerA Sticker for showing health bars.
 CMinigameClass for general minigame management.
 CMinigamePlayerTracks all information for a player in a minigame.
 CMinigamePortalClient-side controller script for a minigame portal interface.
 CMinigameRankingViewA visual ranking system for games with a score component.
 CMinigameSpawnerA Component used to decouple the Server side logic of a minigame portal from the MinigamePortal class itself. Also mitigates mutliple users requesting a server be spawned from a portal near the same time and ending up in different instances.
 CMinigameTeamInformation about a minigame team.
 CMusicPlayerA Singleton Class that manages the music playing. Presists across scenes and provides various methods for Playing/Stopping/Fading to various music tracks.
 CObjectSpawnerObject spawner.
 CParticleCleanupDespawns a particle system after it finishes playing.
 CParticleFixedScaleUnity Hack to fix issues with particle systems that have negative scales (ie, have done a 2D flip on the Y axis).
 CPersonaDescibes a persona for an avatar character.
 CPlayerBasicProfile
 CPlayerCharacterProfile
 CPlayerDailyStatistics
 CPlayerDataChangeDescribes a single change to a player's persistent data.
 CPlayerHealthProfile
 CPlayerHitLoggerAttach to an Avatar to log inbound hits. Will only log hits from a source object is another player (or bot). This should be extended to include hits from NPCs, or environment objects.
 CPlayerLocationProfile
 CPlayerProfileStores data related to the player profile. Loads from a World Data file and provides runtime operations for updating a player's data.
 CPolarHeartRateMonitorA Device for providing HeartRate information to the Heart class from a Polar HR Monitor.
 CPooledAudioSourcePooled sound source. Handles following a target, and notifying when complete.
 CProjectileHitLoggerLogs Projectile hits for the owner of that projectile.
 CPusherAccelerates any local Rigidbodies in the bounds of the attached trigger.
 CRankPositionA collection of helpful methods and properties for dealing with RankPosition GUI Objects.
 CRemoteTriggerThis component is mostly replaced by logic scripts and Vital/Hitter interactions. It's kind of redunadnt because you'll always need a logic script that responds to the event.
 CScriptAttributeMarks a MonoBehaviour as a game script with a given script role.
 CSoundPoolSound pool. Allows on-demand playing of 3D sounds, with sound properties based on prefab.
 CSpawnDetailAttributeAttribute to use on fields. Marks them for assignment from spawn details.
 CSpawnInfoThe spawn-time information of a spawned object.
 CSpinnerSpins this object.
 CStatusOverlayAn overlay for displaying game status on the game client.
 CStickerThe Base Class for Stickers. Handles the positioning, enabled/disabled state, and registration with the StickerManager class. Should be derived from to create unique stickers.
 CStickerManagerThe manager class of all Sticker objects. Stickers are generic GUI objects used for various purposes like player name display, health bars, and showing helper points toward off screen objects.
 CStoreUIManagerClass to manage the visual representation of the inventory screen.
 CStudyClass for managing study-related game components.
 CSyncThis class server two main functions: 1) As a MonoBehaviour, it allows for network synchronization of objects. 2) Its static features are used for scene-level network consistency maintenance and provide other utility methods.
 CTimeLimitA component that automatically despawns the object after n seconds.
 CUJeliUnity version of Jeli markup class.
 CUsableA Component that indicates this object can be "used" by the client. A usable object provides an action to the Controls class for display in the GUI.
 CVendorThe Vendor component. Used for making shops. Currently it just does way too much and should have it's functionality broken up and distributed to other components or places in the code.
 CVendorItemInfo
 CVitalsManages the "vitals" of an object (health, regeneration, damage).
 CWiskinUpgradeManagerClass to manage the visual representation of the Wiskin Upgrade Shop.
 CZoneZone manager.
 CZoneCheckpointZone checkpoint.
 CZonePlayerTracks all information for a player in a zone.