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

Makes MrPaddle move up and down slowly to make things a little more lively. More...

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

Public Member Functions

void Awake ()
 Initialize all references and values needed. More...
 
void FixedUpdate ()
 Move MrPaddle up and down along the y axis. More...
 

Public Attributes

float yDisplacement
 
float yMovementSpeed
 

Detailed Description

Makes MrPaddle move up and down slowly to make things a little more lively.

Member Function Documentation

◆ Awake()

void MrPaddleMoveUpAndDown.Awake ( )

Initialize all references and values needed.

◆ FixedUpdate()

void MrPaddleMoveUpAndDown.FixedUpdate ( )

Move MrPaddle up and down along the y axis.

Member Data Documentation

◆ yDisplacement

float MrPaddleMoveUpAndDown.yDisplacement

The max distance to move on the y axis.

◆ yMovementSpeed

float MrPaddleMoveUpAndDown.yMovementSpeed

The speed it takes to move along the y axis.


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