Api TypeHintAttribute
class

TypeHintAttribute

public sealed class TypeHintAttribute : 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

TypeHintAttribute(Type hint)

Properties

Name Type Description
HintedType Type The type we're hinting towards
Assembly: Sandbox.System Full Name: TypeHintAttribute