Photon Quantum 3.0.0

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

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

Public Attributes

ColorRGBA Color
 Ray color. More...
 
FPVector3 Direction
 Direction of the ray. More...
 
FPVector3 Origin
 World origin of the ray. More...
 

Detailed Description

Stores information to draw the debug shape ray.

Member Data Documentation

◆ Origin

FPVector3 Quantum.Draw.DebugRay.Origin

World origin of the ray.

◆ Direction

FPVector3 Quantum.Draw.DebugRay.Direction

Direction of the ray.

◆ Color

ColorRGBA Quantum.Draw.DebugRay.Color

Ray color.