Click or drag to resize
InspectorEnumAttribute Class
Exposes the property to the inspector.
Inheritance Hierarchy

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
[SerializableAttribute]
public class InspectorEnumAttribute : InspectorPropertyAttribute

The InspectorEnumAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInspectorEnumAttribute(String)
Exposes the property to the inspector.
Public methodInspectorEnumAttribute(String, Type) Obsolete.
Exposes the property to the inspector.
Top
Properties
  NameDescription
Public propertyAllowedValues
Allowed enum values. If not set, all values are allowed.
Public propertyFlags
Indicates if the enum has a Flags attribute.
Public propertyForbiddenValues
Forbidden enum values. If not set, no values are forbidden.
Public propertyPossibleValues
Returns a collection of values if the property has a defined set of possible values. Otherwise null is returned.
(Overrides InspectorPropertyAttributePossibleValues.)
Top
Methods
See Also