Add RenderColorFormat option to graphics settings for rendering pipeline buffer format
#3618
This commit is contained in:
@@ -8,7 +8,7 @@ namespace FlaxEngine
|
||||
/// Allows to change enum type field or property display mode in the editor.
|
||||
/// </summary>
|
||||
/// <seealso cref="System.Attribute" />
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Enum)]
|
||||
public sealed class EnumDisplayAttribute : Attribute
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user