Photon Quantum 3.0.0

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

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

Public Attributes

FPVector3 Center
 The world position of the box center. More...
 
ColorRGBA Color
 The color of the box. More...
 
FPQuaternion Rotation
 The rotation of the box. More...
 
FPVector3 Size
 The size of the box. More...
 
bool Wire
 Draw the box as a wireframe. More...
 

Detailed Description

Stores information to draw the debug shape box.

Member Data Documentation

◆ Size

FPVector3 Quantum.Draw.DebugBox.Size

The size of the box.

◆ Center

FPVector3 Quantum.Draw.DebugBox.Center

The world position of the box center.

◆ Rotation

FPQuaternion Quantum.Draw.DebugBox.Rotation

The rotation of the box.

◆ Color

ColorRGBA Quantum.Draw.DebugBox.Color

The color of the box.

◆ Wire

bool Quantum.Draw.DebugBox.Wire

Draw the box as a wireframe.