Photon Quantum 3.0.0

Public Member Functions | Public Attributes | List of all members
Quantum.QuantumPlayerLoopSystemHandle Struct Reference

Represents a system that has been added to the PlayerLoopSystem. More...

Inherits IDisposable.

Public Member Functions

 QuantumPlayerLoopSystemHandle (Type type)
 
void Dispose ()
 

Public Attributes

readonly Type Type
 The type of the system. More...
 

Detailed Description

Represents a system that has been added to the PlayerLoopSystem.

Member Data Documentation

◆ Type

readonly Type Quantum.QuantumPlayerLoopSystemHandle.Type

The type of the system.