Third Person Cover Shooter  1.6
CoverShooter.PathPreview Class Reference

Builds a path mesh that depicts the approximated flight of a grenade. More...

Inheritance diagram for CoverShooter.PathPreview:

Public Attributes

float Width = 0.1f
 Width of the line. More...
 
float Fade = 2
 Distance to fade out starting from the origin. More...
 
Vector3 [] Points
 
int PointCount
 

Detailed Description

Builds a path mesh that depicts the approximated flight of a grenade.

Manipulated by player controllers.

Member Data Documentation

◆ Fade

float CoverShooter.PathPreview.Fade = 2

Distance to fade out starting from the origin.

◆ PointCount

int CoverShooter.PathPreview.PointCount

◆ Points

Vector3 [] CoverShooter.PathPreview.Points

◆ Width

float CoverShooter.PathPreview.Width = 0.1f

Width of the line.


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