DoopelPonger
|
Parent class for movement information that needs to have information displayed in the inspector. More...
Public Member Functions | |
virtual System.Type | GetEditorBallMovementInformationTypeName () |
Possibly unneeded abstract class to say what type of movement information should be serialized. More... | |
Parent class for movement information that needs to have information displayed in the inspector.
Information about the ball movement that can be modified in the custom inspector. Children of this class should not contain any specific information that needs to be serialized to/from the inspector. Instead children should only have type information about what classes it can serialize.
|
virtual |
Possibly unneeded abstract class to say what type of movement information should be serialized.
Reimplemented in EditorIncreaseSpeedBallMovementInspectorInformation, EditorSineWaveBallMovementInspectorInformation, EditorSquareWaveBallMovementInspectorInformation, EditorStartStopBallMovementInspectorInformation, EditorTriangleWaveBallMovementInspectorInformation, EditorWhirlyBallMovementInspectorInformation, EditorConstantSpeedBallMovementInspectorInformation, and EditorDecreaseSpeedBallMovementInspectortInformation.