Click or drag to resize
InspectorTypeAttribute Class
Exposes the type to the inspector.
Inheritance Hierarchy

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public class InspectorTypeAttribute : Attribute

The InspectorTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInspectorTypeAttribute
Initializes a new instance of the InspectorTypeAttribute class
Top
Properties
  NameDescription
Public propertyDescription
A user-friendly description of the type.
Top
See Also