Click or drag to resize
InspectorPropertyAttributePossibleValues Property
Returns a collection of values if the property has a defined set of possible values. Otherwise null is returned.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public virtual IEnumerable<Object> PossibleValues { get; }

Property Value

Type: IEnumerableObject
See Also