Files
2026-03-04 10:03:45 +08:00

15 lines
250 B
C#

using System;
namespace UnityEngine.AzureSky
{
[Serializable]
public sealed class AzureCustomProperty
{
public AzureOutputType outputType;
public AzureOutputFloatType floatPropertyType;
public AzureOutputColorType colorPropertyType;
}
}