Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AttributeEnumArray<T>

An attribute that represents an Enum[] value.
Read time 1 minuteLast updated 7 days ago

Definition

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

Methods

Method

Description

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

Inheritance