Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.AlignToBottom Class Reference

Aligns a GO to the bottom edge of the camera. More...

Inheritance diagram for PlatformerPro.AlignToBottom:

Public Attributes

Camera alignCamera
 The align camera. More...
 
float offset = 0.0f
 The offset from bottom edge. More...
 

Protected Member Functions

virtual void DoAlign ()
 Does the align. More...
 

Detailed Description

Aligns a GO to the bottom edge of the camera.

Member Function Documentation

◆ DoAlign()

virtual void PlatformerPro.AlignToBottom.DoAlign ( )
protectedvirtual

Does the align.

Member Data Documentation

◆ alignCamera

Camera PlatformerPro.AlignToBottom.alignCamera

The align camera.

◆ offset

float PlatformerPro.AlignToBottom.offset = 0.0f

The offset from bottom edge.


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