Class ScriptableSettingsPathAttribute
Allows a class inheriting from Scriptable
Implements
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ScriptableSettingsPathAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
Scriptable |
Initialize a new ScriptableSettingsPathAttribute. |
Properties
Name | Description |
---|---|
Path | The path where this ScriptableSettings should be stored. |