Photon Quantum 3.0.0

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

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

Public Attributes

FPVector3 Center
 The world position of the rectangle center. More...
 
ColorRGBA Color
 The color of the rectangle. More...
 
bool Is2D
 Indicates that the capsule is 2D. More...
 
FPQuaternion Rotation
 The rotation of the rectangle. More...
 
FP Rotation2D
 The rotation of the rectangle in 2D. More...
 
FPVector3 Size
 The size of the rectangle. More...
 
bool Wire
 Draw the rectangle as a wireframe. More...
 

Detailed Description

Stores information to draw the debug shape rectangle.

Member Data Documentation

◆ Size

FPVector3 Quantum.Draw.DebugRectangle.Size

The size of the rectangle.

◆ Center

FPVector3 Quantum.Draw.DebugRectangle.Center

The world position of the rectangle center.

◆ Rotation

FPQuaternion Quantum.Draw.DebugRectangle.Rotation

The rotation of the rectangle.

◆ Rotation2D

FP Quantum.Draw.DebugRectangle.Rotation2D

The rotation of the rectangle in 2D.

◆ Color

ColorRGBA Quantum.Draw.DebugRectangle.Color

The color of the rectangle.

◆ Wire

bool Quantum.Draw.DebugRectangle.Wire

Draw the rectangle as a wireframe.

◆ Is2D

bool Quantum.Draw.DebugRectangle.Is2D

Indicates that the capsule is 2D.