Class IntPopupAttribute
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
An attribute used to mark an int field that should be drawn as a popup list in the Unity editor.
[Version(4, 3, 0)]
public class IntPopupAttribute : PopupListAttribute
- Inheritance
-
IntPopupAttribute
- Inherited Members
- Extension Methods
Constructors
- IntPopupAttribute(int[])
Marks an int field that should be drawn as a popup list using the given list of values.
- IntPopupAttribute(string)
Marks an int field that should be drawn as a popup list using the given key to retrieve the values.