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