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

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

Inheritance diagram for PlatformerPro.AlignToRight:

Public Attributes

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

Protected Member Functions

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

Detailed Description

Aligns a GO to the right edge of the camera.

Member Function Documentation

◆ DoAlign()

virtual void PlatformerPro.AlignToRight.DoAlign ( )
protectedvirtual

Does the align.

Member Data Documentation

◆ alignCamera

Camera PlatformerPro.AlignToRight.alignCamera

The align camera.

◆ offset

float PlatformerPro.AlignToRight.offset = 0.0f

The offset from left edge.


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