DoopelPonger
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CAudioMappingUsed to configure events and sound effects in the editor for the AudioManager
 CAutoStateInformation< T >State data used to configure the AutoStateMachine
 CAutoStateMachine< T >StateMachine that when the current state is finished it will automatically transition to the next registered state
 CAutoStateMachine< AnimationState >
 CBallLightInformationData given to the BallColorWaveManager when the color should splash through an object
 CCoopCannons.CannonFireInfoData class used to provide information about a cannon
 CCommonDelegatesCollection of delegate definitions that are used throughout the code base
 CCoopActionInformationData class given to Schmitty Doop to do the action. Any time Schmitty Doop moves or attacks, the CoopActionInformation tells Schmitty Doop what to do
 CCoopActionItemData container that holds an action type to the editor information
 CCoopActionPatternProbabilityData class used by the CoopActionPatternProvider to add weight to specific patterns so they show up more often. This is not actually used in the final game
 CCoopActionRuntimeInformationData container that holds action names with the prefab to instantiate the action
 CCoopActionRuntimeInformationHolderData container that holds the action type to the information needed to instantiate the action
 CEditor
 CEditorActionInformationSerializerA collection of methods used to read/write action patterns from/to a file
 CEditorBallMovementInspectorInformationHolderData container that holds a ball movement type to the inspector information
 CEditorConstantsMisc. variables used to make spacing of properties in the inspector more consistent
 CEnumUtilsCollection of helper methods for Enums
 CEventParameters
 CIEnumerator
 CInputChecker
 CInputCheckerActionData class to be returned by InputChecker implementations for functions pointers to call in the FixedUpdate once it is verified that the InputTriggerOption should be notified a button has been pressed
 CInputCheckerContainerHolds a mapping of InputTriggerOptions to registered tags for deduplication checking
 CInputManagerValidKeysData class used to hold all the valid KeyCodes that a player can use to set to Actions
 CCoopObjectPooler.IObjectPoolerItemAny object that implements this interface can be pooled in the object pooler
 CIPointerEnterHandler
 CMonoBehaviour
 CPircesTravelToControllerOnce a ball ball is successfully dodged by a player, it splits into several pieces and then moves to the player
 CPropertyDrawer
 CRandomUtilsCollection of methods for generating random numbers
 CRangeData class that holds a minimum and maximum value
 CRegistrationQueue< T >Generic queue used for items that need to be added or removed at a future point in time
 CRegistrationQueue< AddOrRemoveButtonTrigger >
 CRegistrationQueue< T >.RegistrationQueueItem< E >
 CScriptableObject
 CSingletonScriptableObject< T >Class used to enforce the Singleton pattern for ScriptableObjects
 CSmoothingUtilsCollection of functions that perform smoothing functions
 CStateInformation< T >State data used to configure the StateMachine
 CStateMachine< T >
 CStateMachine< AnimationState >
 CStateMachine< ShieldState >
 CUIControlsSerializeDataData class to hold an Action KeyCode pair
 CUIControlsSerializeDataCollectionData class to hold a list of UIControlsSerializeData
 CUIKeyboardControllerContextData class used to tell the UIKeyboardController which text objects should be scrolled though/activated by the mouse
 CUIKeyboardControllerContextManager.UIKeyboardControllerContextInspectorStruct used so that contexts can be configured in the inspector
 CVector2UtilsCollection of functions around the Vectotr2 object
 CVector3UtilsCollection of functions around the Vector3 object