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

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

Inheritance diagram for PlatformerPro.AlignToLeft:

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 left edge of the camera.

Member Function Documentation

◆ DoAlign()

virtual void PlatformerPro.AlignToLeft.DoAlign ( )
protectedvirtual

Does the align.

Member Data Documentation

◆ alignCamera

Camera PlatformerPro.AlignToLeft.alignCamera

The align camera.

◆ offset

float PlatformerPro.AlignToLeft.offset = 0.0f

The offset from left edge.


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