API Referenceglobal
public sealed class TypeHintAttribute : System.Attribute
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.
Constructors
Showing 1 constructors
public TypeHintAttribute(System.Type hint)
No results match this filter.
Properties
Showing 1 properties
public System.Type TypeHintAttribute.HintedType { get; set; }
The type we're hinting towards
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:TypeHintAttribute |