API Referenceglobal
public class Sandbox.Doo.ArgumentHintAttribute : System.Attribute
Specify a hint on a Doo explaining that we're going to be passing in an expected argument when calling it.
Constructors
Showing 1 constructors
public ArgumentHintAttribute()
No results match this filter.
Properties
Showing 3 properties
public string Sandbox.Doo.ArgumentHintAttribute.Help { get; set; }
A help string describing what this argument is for.
public System.Type Sandbox.Doo.ArgumentHintAttribute.Hint { get; set; }
The expected type of this argument.
public string Sandbox.Doo.ArgumentHintAttribute.Name { get; set; }
The argument name shown in the editor.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.ArgumentHintAttribute |