platformer
Classes | Public Attributes | List of all members
UnityPlatformer.CameraFollow Class Reference

Camera follow Character More...

Inheritance diagram for UnityPlatformer.CameraFollow:

Public Attributes

Character target
 target More...
 
PlatformerInput targetInput
 Input to listen to look ahead More...
 
float verticalOffset
 Vertical offset More...
 
float lookAheadDstX
 How much look ahead horizontally More...
 
float lookSmoothTimeX
 Time to reach lookAheadDstX More...
 
float verticalSmoothTime
 How much look ahead horizontally More...
 
Vector2 focusAreaSize
 Focus Area size More...
 
bool debug = false
 Debuggin More...
 

Detailed Description

Camera follow Character

Member Data Documentation

◆ debug

bool UnityPlatformer.CameraFollow.debug = false

Debuggin

◆ focusAreaSize

Vector2 UnityPlatformer.CameraFollow.focusAreaSize

Focus Area size

◆ lookAheadDstX

float UnityPlatformer.CameraFollow.lookAheadDstX

How much look ahead horizontally

◆ lookSmoothTimeX

float UnityPlatformer.CameraFollow.lookSmoothTimeX

Time to reach lookAheadDstX

◆ target

Character UnityPlatformer.CameraFollow.target

target

◆ targetInput

PlatformerInput UnityPlatformer.CameraFollow.targetInput

Input to listen to look ahead

◆ verticalOffset

float UnityPlatformer.CameraFollow.verticalOffset

Vertical offset

◆ verticalSmoothTime

float UnityPlatformer.CameraFollow.verticalSmoothTime

How much look ahead horizontally


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