Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AttributeEnumString<T>

An attribute that represents an Enum value.
Read time 1 minuteLast updated 6 days ago

Definition

public sealed class AttributeEnumString<T> : BaseAttribute where T : Enum

Methods

Method

Description

GetGets the value of the
Enum
attribute.
SetSets a new
Enum
value for the attribute.

Inheritance