Photon Quantum 3.0.0

Quantum.Editor.QuantumQtnAsset Class Reference

A text asset that stores Quantum DSL (domain specific language) code. Quantum requires components and other runtime game state data types to be declared within. Upon any of these assets changing, QuantumCodeGenQtn.Run() is called. To disable this behavior, define More...

Inherits ScriptableObject.

Detailed Description

A text asset that stores Quantum DSL (domain specific language) code. Quantum requires components and other runtime game state data types to be declared within. Upon any of these assets changing, QuantumCodeGenQtn.Run() is called. To disable this behavior, define

QUANTUM_DISABLE_AUTO_CODEGEN.