| InspectorBlueprintAttribute Class |
Namespace: Slash.ECS.Inspector.Attributes
The InspectorBlueprintAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| InspectorBlueprintAttribute |
Exposes the property to the inspector.
|
| Name | Description | |
|---|---|---|
| RequiredComponents |
Types of the components of the blueprints that are available in the inspector.
|
| Name | Description | |
|---|---|---|
| ConvertStringToValue |
Converts the passed text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeConvertStringToValue(String).) | |
| ConvertValueToString |
Converts the passed value to a string that can be converted back to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeConvertValueToString(Object).) | |
| GetEmptyList |
Gets an empty list for elements of the type of the property the attribute is attached to.
(Overrides InspectorPropertyAttributeGetEmptyList.) | |
| ToString |
Returns a string that represents the current object.
(Overrides InspectorPropertyAttributeToString.) | |
| TryConvertStringToValue |
Tries to convert the specified text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeTryConvertStringToValue(String, Object).) | |
| TryConvertValueToString |
Tries to convert the specified value to a string that can be converted back to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeTryConvertValueToString(Object, String).) | |
| Validate |
Checks whether the passed value is valid for this property.
(Overrides InspectorPropertyAttributeValidate(Object).) |