Shooter Template  1.2.3
Public Member Functions | Public Attributes | List of all members
Invector.vLine Class Reference

Public Member Functions

 vLine ()
 
 vLine (Vector3 p1, Vector3 p2)
 
bool Cast ()
 
bool Cast (out RaycastHit hit)
 
bool Cast (LayerMask layerMask)
 
bool Cast (out RaycastHit hit, LayerMask layerMask)
 
void Draw (float duration=0, bool draw=true)
 
void Draw (Color color, float duration=0, bool draw=true)
 

Public Attributes

Vector3 p1
 
Vector3 p2
 

Constructor & Destructor Documentation

◆ vLine() [1/2]

Invector.vLine.vLine ( )

◆ vLine() [2/2]

Invector.vLine.vLine ( Vector3  p1,
Vector3  p2 
)

Member Function Documentation

◆ Cast() [1/4]

bool Invector.vLine.Cast ( )

◆ Cast() [2/4]

bool Invector.vLine.Cast ( out RaycastHit  hit)

◆ Cast() [3/4]

bool Invector.vLine.Cast ( LayerMask  layerMask)

◆ Cast() [4/4]

bool Invector.vLine.Cast ( out RaycastHit  hit,
LayerMask  layerMask 
)

◆ Draw() [1/2]

void Invector.vLine.Draw ( float  duration = 0,
bool  draw = true 
)

◆ Draw() [2/2]

void Invector.vLine.Draw ( Color  color,
float  duration = 0,
bool  draw = true 
)

Member Data Documentation

◆ p1

Vector3 Invector.vLine.p1

◆ p2

Vector3 Invector.vLine.p2

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