Class Ensure
Namespace: Unity.VisualScripting
Syntax
public static class Ensure
Properties
IsActive
Declaration
public static bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Off()
Declaration
public static void Off()
On()
Declaration
public static void On()
That(String)
Declaration
public static EnsureThat That(string paramName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | paramName |
Returns
| Type | Description |
|---|---|
| EnsureThat |