 | InspectorPropertyAttributeIsAllowed Method |
Indicates if the specified value is allowed for the property.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic virtual bool IsAllowed(
Object value
)
Public Overridable Function IsAllowed (
value As Object
) As Boolean
public:
virtual bool IsAllowed(
Object^ value
)
abstract IsAllowed :
value : Object -> bool
override IsAllowed :
value : Object -> bool
Parameters
- value
- Type: SystemObject
Value to check.
Return Value
Type:
BooleanTrue if the specified value is allowed; otherwise, false.
See Also