| InspectorType Class |
Namespace: Slash.ECS.Inspector.Data
The InspectorType type exposes the following members.
| Name | Description | |
|---|---|---|
| InspectorType | Initializes a new instance of the InspectorType class |
| Name | Description | |
|---|---|---|
| Attribute |
Raw attribute.
| |
| Description |
Description of type.
| |
| Name |
Name of type.
| |
| Properties |
Properties exposed in the inspector.
| |
| Type |
C# type of the component.
|
| Name | Description | |
|---|---|---|
| GetInspectorType(Type) |
Gets inspector data such as name and description for the
specified type.
| |
| GetInspectorType(Type, DictionaryInspectorPropertyAttribute, InspectorConditionalPropertyAttribute) |
Gets inspector data such as name and description for the
specified type.
|