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