Third Person Cover Shooter  1.6
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
CoverShooter.CameraObjectFader Class Reference

Hides objects that are in front of the camera. More...

Inheritance diagram for CoverShooter.CameraObjectFader:

Public Member Functions

void SetFadeTarget (FadeTarget target)
 Camera component sets the new target position. More...
 

Public Attributes

float Speed = 3f
 Speed of material transparency changes. More...
 
float Transparency = 0.1f
 Target object transparency when faded. More...
 

Detailed Description

Hides objects that are in front of the camera.

Member Function Documentation

◆ SetFadeTarget()

void CoverShooter.CameraObjectFader.SetFadeTarget ( FadeTarget  target)

Camera component sets the new target position.

Member Data Documentation

◆ Speed

float CoverShooter.CameraObjectFader.Speed = 3f

Speed of material transparency changes.

◆ Transparency

float CoverShooter.CameraObjectFader.Transparency = 0.1f

Target object transparency when faded.


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