Quantum 3
3.0.9
Internal representation of an asset in the DB. Serialized data remains immutable, while the runtime data is mutable. More...
Public Member Functions | |
| override string | ToString () |
Public Attributes | |
| AssetGuid | Guid |
| Guid of the asset. Unique among all the assets. More... | |
| volatile AssetObject | LoadedAsset |
| Loaded asset instance. More... | |
| string | Path |
| Path of the asset. Optional or unique among all the assets. More... | |
| IQuantumAssetObjectSource | Source |
| Asset source. More... | |
Internal representation of an asset in the DB. Serialized data remains immutable, while the runtime data is mutable.
| string Quantum.QuantumUnityDB.Entry.Path |
Path of the asset. Optional or unique among all the assets.
| AssetGuid Quantum.QuantumUnityDB.Entry.Guid |
Guid of the asset. Unique among all the assets.
| volatile AssetObject Quantum.QuantumUnityDB.Entry.LoadedAsset |
Loaded asset instance.
| IQuantumAssetObjectSource Quantum.QuantumUnityDB.Entry.Source |
Asset source.