Click or drag to resize
InspectorBlueprintAttribute Class
Exposes the property to the inspector.
Inheritance Hierarchy

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
[SerializableAttribute]
public class InspectorBlueprintAttribute : InspectorPropertyAttribute

The InspectorBlueprintAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInspectorBlueprintAttribute
Exposes the property to the inspector.
Top
Properties
  NameDescription
Public propertyRequiredComponents
Types of the components of the blueprints that are available in the inspector.
Top
Methods
  NameDescription
Public methodConvertStringToValue
Converts the passed text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeConvertStringToValue(String).)
Public methodConvertValueToString
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).)
Public methodGetEmptyList
Gets an empty list for elements of the type of the property the attribute is attached to.
(Overrides InspectorPropertyAttributeGetEmptyList.)
Public methodToString
Returns a string that represents the current object.
(Overrides InspectorPropertyAttributeToString.)
Public methodTryConvertStringToValue
Tries to convert the specified text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeTryConvertStringToValue(String, Object).)
Public methodTryConvertValueToString
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).)
Public methodValidate
Checks whether the passed value is valid for this property.
(Overrides InspectorPropertyAttributeValidate(Object).)
Top
See Also