API Referenceglobal
public sealed class Sandbox.Doo.MethodAttribute : System.Attribute
Marks a static method as callable from within a Doo script.
Constructors
Showing 1 constructors
public MethodAttribute(string path)
Creates a new `Sandbox.Doo.MethodAttribute` with the given method path.
No results match this filter.
Properties
Showing 2 properties
public string Sandbox.Doo.MethodAttribute.CategoryName { get; set; }
The category portion of the path, derived from the text before the first dot.
public string Sandbox.Doo.MethodAttribute.Path { get; set; }
The fully qualified method path (e.g. "Log.Info").
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.MethodAttribute |