Click or drag to resize
InspectorComponentAttribute Class
Exposes the component 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 InspectorComponentAttribute : InspectorTypeAttribute

The InspectorComponentAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInspectorComponentAttribute
Constructor.
Top
Properties
  NameDescription
Public propertyCanBeRemoved
Whether this component can be removed from a blueprint in the inspector, or not. Default: true.
Public propertyInitExplicitly
Whether to skip initializing this component with reflection.
Public propertyPriority
Component priority. Specifies the position the component appears within lists. A lower value indicates a higher priority.
Top
See Also