Class SerializedDictionaries
Class used to save the dictionaries used by the API
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public class SerializedDictionaries : ScriptableObject
Remarks
The API provides dictionaries to store data by identifier up to 30 days, those dictionaries are automatically saved into this asset.
Constructors
| Name | Description |
|---|---|
| SerializedDictionaries() |
Fields
| Name | Description |
|---|---|
| boolDictionary | list for the bool dictionary |
| intDictionary |
Methods
| Name | Description |
|---|---|
| SetBoolDictionary(List<(String, Boolean, DateTime)>) | |
| SetIntDictionary(List<(String, Int32, DateTime)>) |