Photon Quantum 3.0.0

Public Attributes | List of all members
Quantum.Draw.DebugLine Struct Reference

Stores information to draw the debug shape line. More...

Public Attributes

ColorRGBA Color
 Line color More...
 
FPVector3 End
 End point of the line. More...
 
FPVector3 Start
 Start point of the line. More...
 

Detailed Description

Stores information to draw the debug shape line.

Member Data Documentation

◆ Start

FPVector3 Quantum.Draw.DebugLine.Start

Start point of the line.

◆ End

FPVector3 Quantum.Draw.DebugLine.End

End point of the line.

◆ Color

ColorRGBA Quantum.Draw.DebugLine.Color

Line color