Photon Quantum 3.0.0

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

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

Public Attributes

FPVector3 Center
 The world position of the sphere center. More...
 
ColorRGBA Color
 The sphere color. More...
 
FP Radius
 The sphere radius. More...
 
bool Wire
 Draw the sphere as a wireframe. More...
 

Detailed Description

Stores information to draw the debug shape sphere.

Member Data Documentation

◆ Radius

FP Quantum.Draw.DebugSphere.Radius

The sphere radius.

◆ Center

FPVector3 Quantum.Draw.DebugSphere.Center

The world position of the sphere center.

◆ Color

ColorRGBA Quantum.Draw.DebugSphere.Color

The sphere color.

◆ Wire

bool Quantum.Draw.DebugSphere.Wire

Draw the sphere as a wireframe.