Click or drag to resize
InspectorType Class
Component accessible to the user in the inspector.
Inheritance Hierarchy
SystemObject
  Slash.ECS.Inspector.DataInspectorType

Namespace: Slash.ECS.Inspector.Data
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public class InspectorType

The InspectorType type exposes the following members.

Constructors
  NameDescription
Public methodInspectorType
Initializes a new instance of the InspectorType class
Top
Properties
  NameDescription
Public propertyAttribute
Raw attribute.
Public propertyDescription
Description of type.
Public propertyName
Name of type.
Public propertyProperties
Properties exposed in the inspector.
Public propertyType
C# type of the component.
Top
Methods
See Also