API Referenceglobal
TypeHintAttributeclass
Hint that this type is expected to be this. This is used internally for the editor UX to hint that a type of a value should be a specific type.
Constructors1
Showing 1 constructors
public TypeHintAttribute(System.Type hint)
| Parameter | Type | Description |
|---|---|---|
| hint | Type | — |
No results match this filter.
Properties1
Showing 1 properties
public System.Type TypeHintAttribute.HintedType { get; set; }
The type we're hinting towards
No results match this filter.