![]() | InspectorPropertyAttribute Methods |
The InspectorPropertyAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvertStringToValue |
Converts the passed text to a value of the correct type for this property.
|
![]() | ConvertValueOrListToString |
Converts the passed value or list to a string that can be converted back to a value or list of the correct type for
this property.
|
![]() | ConvertValueToString |
Converts the passed value to a string that can be converted back to a value of the correct type for this property.
|
![]() | Deinit |
Performs required deinitialization steps for this property of the specified object.
|
![]() | GetEmptyList |
Gets an empty list for elements of the type of the property the attribute is attached to.
|
![]() | GetPropertyValue |
Returns the value of the property this inspeoctor property is for.
|
![]() | IsAllowed |
Indicates if the specified value is allowed for the property.
|
![]() | SetPropertyValue |
Initializes the specified object via reflection with the specified property value.
|
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
![]() | TryConvertStringToListOrValue |
Tries to convert the specified text to a value or list of the correct type for this property.
|
![]() | TryConvertStringToValue |
Tries to convert the specified text to a value of the correct type for this property.
|
![]() | 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.
|
![]() | Validate |
Checks whether the passed value is valid for this property.
|