Photon Quantum 3.0.0

Public Attributes | List of all members
Quantum.QuantumMeshCollection Class Reference

A collection of Unity mesh asset to draw gizmos or scene object. More...

Inheritance diagram for Quantum.QuantumMeshCollection:
Quantum.QuantumGlobalScriptableObject< QuantumMeshCollection >

Public Attributes

Mesh Capsule
 Capsule mesh. More...
 
Mesh Circle
 Circle mesh. More...
 
Mesh CircleXY
 Circle mesh that is aligned to XY plane. More...
 
Mesh Cube
 Cube mesh. More...
 
Mesh Cylinder
 Cylinder mesh. More...
 
Mesh CylinderXY
 Cylinder mesh that is aligned to XY plane. More...
 
Material DebugMaterial
 Debug material used by DebugDraw when drawing debug shapes from the Quantum simulation. More...
 
Mesh Quad
 Quad mesh. More...
 
Mesh QuadXY
 Quad mesh that is aligned to XY plane. More...
 
Mesh Sphere
 Sphere mesh. More...
 

Detailed Description

A collection of Unity mesh asset to draw gizmos or scene object.

Member Data Documentation

◆ Capsule

Mesh Quantum.QuantumMeshCollection.Capsule

Capsule mesh.

◆ Circle

Mesh Quantum.QuantumMeshCollection.Circle

Circle mesh.

◆ CircleXY

Mesh Quantum.QuantumMeshCollection.CircleXY

Circle mesh that is aligned to XY plane.

◆ Cube

Mesh Quantum.QuantumMeshCollection.Cube

Cube mesh.

◆ Cylinder

Mesh Quantum.QuantumMeshCollection.Cylinder

Cylinder mesh.

◆ CylinderXY

Mesh Quantum.QuantumMeshCollection.CylinderXY

Cylinder mesh that is aligned to XY plane.

◆ Quad

Mesh Quantum.QuantumMeshCollection.Quad

Quad mesh.

◆ QuadXY

Mesh Quantum.QuantumMeshCollection.QuadXY

Quad mesh that is aligned to XY plane.

◆ Sphere

Mesh Quantum.QuantumMeshCollection.Sphere

Sphere mesh.

◆ DebugMaterial

Material Quantum.QuantumMeshCollection.DebugMaterial

Debug material used by DebugDraw when drawing debug shapes from the Quantum simulation.