docs.unity.cn
    Show / Hide Table of Contents

    Class ScriptableSettingsPathAttribute

    Allows a class inheriting from ScriptableSettings<T> to specify that its instance Asset should be saved under "Assets/[path]/Resources/ScriptableSettings/".

    Inheritance
    Object
    ScriptableSettingsPathAttribute
    Namespace: Unity.XRTools.Utils
    Syntax
    public class ScriptableSettingsPathAttribute : Attribute

    Constructors

    ScriptableSettingsPathAttribute(String)

    Initialize a new ScriptableSettingsPathAttribute

    Declaration
    public ScriptableSettingsPathAttribute(string path = "")
    Parameters
    Type Name Description
    String path

    The path where the ScriptableSettings should be stored

    Properties

    path

    The path where this ScriptableSettings should be stored

    Declaration
    public string path { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use