15 lines
250 B
C#
15 lines
250 B
C#
using System;
|
|
|
|
namespace UnityEngine.AzureSky
|
|
{
|
|
[Serializable]
|
|
public sealed class AzureCustomProperty
|
|
{
|
|
public AzureOutputType outputType;
|
|
|
|
public AzureOutputFloatType floatPropertyType;
|
|
|
|
public AzureOutputColorType colorPropertyType;
|
|
}
|
|
}
|