Search Results for

    Show / Hide Table of Contents

    Class SerializedDictionaries

    Class used to save the dictionaries used by the API

    Inheritance
    Object
    Object
    ScriptableObject
    SerializedDictionaries
    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)>)
    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX