Quantum 3 3.0.13

Public Member Functions | Public Attributes | List of all members
Quantum.Editor.QuantumMachineIdImporter Class Reference

Assets ending with .quantum-id will be tried for a QuantumMachineId script. A local id is created for it that will not go into version control and is unique for every working copy. More...

Inherits ScriptedImporter.

Public Member Functions

override void OnImportAsset (AssetImportContext ctx)
 

Public Attributes

int RandomDataLength = 64
 The number of bytes to store to randomly generate ids. More...
 
string ReadableCharacters = "ABCDEFGHIJKLMNPQRSTUVWXYZ123456789"
 A list of valid characters to generate unique readable ids. More...
 

Detailed Description

Assets ending with .quantum-id will be tried for a QuantumMachineId script. A local id is created for it that will not go into version control and is unique for every working copy.

Member Data Documentation

◆ ReadableCharacters

string Quantum.Editor.QuantumMachineIdImporter.ReadableCharacters = "ABCDEFGHIJKLMNPQRSTUVWXYZ123456789"

A list of valid characters to generate unique readable ids.

◆ RandomDataLength

int Quantum.Editor.QuantumMachineIdImporter.RandomDataLength = 64

The number of bytes to store to randomly generate ids.