DoopelPonger
Public Member Functions | Public Attributes | List of all members
CoopActionPatternMappings Class Reference

Data container that holds which data types map to serialization information. This data is used in the custom inspector to show all the necesary information. More...

Inheritance diagram for CoopActionPatternMappings:
Inheritance graph
[legend]
Collaboration diagram for CoopActionPatternMappings:
Collaboration graph
[legend]

Public Member Functions

IDictionary< EditorBallMovementInformation.BallMovementType, EditorBallMovementInspectorInformationGetBallMovementInspectorMap ()
 
IDictionary< CoopActionPatternCreator.ActionType, CoopActionRuntimeInformationGetRuntimeInformationMap ()
 

Public Attributes

CoopActionRuntimeInformationHolder [] items
 
EditorBallMovementInspectorInformationHolder [] ballMovementInspectorItems
 

Detailed Description

Data container that holds which data types map to serialization information. This data is used in the custom inspector to show all the necesary information.

Member Function Documentation

◆ GetBallMovementInspectorMap()

IDictionary<EditorBallMovementInformation.BallMovementType, EditorBallMovementInspectorInformation> CoopActionPatternMappings.GetBallMovementInspectorMap ( )
Returns
The data mapping from BallMovementType to the corresponding EditorBallMovementInspectorInformation.

◆ GetRuntimeInformationMap()

IDictionary<CoopActionPatternCreator.ActionType, CoopActionRuntimeInformation> CoopActionPatternMappings.GetRuntimeInformationMap ( )
Returns
The data mapping from ActionType to the corresponding CoopActionRuntimeInformation.

Member Data Documentation

◆ ballMovementInspectorItems

EditorBallMovementInspectorInformationHolder [] CoopActionPatternMappings.ballMovementInspectorItems

Serialized container for configuring the BallMovementType to EditorBallMovementInspectorInformation mapping.

◆ items

CoopActionRuntimeInformationHolder [] CoopActionPatternMappings.items

Serialized container for configuring the ActionType to EditorActionInformation mapping.


The documentation for this class was generated from the following file: