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;
|
||||
}
|
||||
}
|
||||
}
|
||||
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/GetSetAttribute.cs.meta
vendored
Normal file
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/GetSetAttribute.cs.meta
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f17e8602928ea02419dae051ec79c5a2
|
||||
timeCreated: 1460383955
|
||||
licenseType: Store
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/MinAttribute.cs
vendored
Normal file
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/MinAttribute.cs
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace UnityEngine.PostProcessing
|
||||
{
|
||||
public sealed class MinAttribute : PropertyAttribute
|
||||
{
|
||||
public readonly float min;
|
||||
|
||||
public MinAttribute(float min)
|
||||
{
|
||||
this.min = min;
|
||||
}
|
||||
}
|
||||
}
|
||||
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/MinAttribute.cs.meta
vendored
Normal file
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/MinAttribute.cs.meta
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9af2f505033843c46a362e251937acb1
|
||||
timeCreated: 1462281908
|
||||
licenseType: Store
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballAttribute.cs.meta
vendored
Normal file
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballAttribute.cs.meta
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 65e30143f4e114f45b84a1d9cba8f469
|
||||
timeCreated: 1463400829
|
||||
licenseType: Store
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
6
Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs
vendored
Normal file
6
Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace UnityEngine.PostProcessing
|
||||
{
|
||||
public sealed class TrackballGroupAttribute : PropertyAttribute
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs.meta
vendored
Normal file
12
Assets/ThirdParty/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs.meta
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aa62a51ebe4821e4b89a64d267b30a27
|
||||
timeCreated: 1460563239
|
||||
licenseType: Store
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user