111
This commit is contained in:
13
Assets/ThirdParty/PostProcessing/Runtime/Attributes/GetSetAttribute.cs
vendored
Normal file
13
Assets/ThirdParty/PostProcessing/Runtime/Attributes/GetSetAttribute.cs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace UnityEngine.PostProcessing
|
||||
{
|
||||
public sealed class GetSetAttribute : PropertyAttribute
|
||||
{
|
||||
public readonly string name;
|
||||
public bool dirty;
|
||||
|
||||
public GetSetAttribute(string name)
|
||||
{
|
||||
this.name = name;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user