[]
Converts a string to a ScriptEnumValue<T>.
public static implicit operator ScriptEnumValue<T>(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The string to convert. |
| Type | Description |
|---|---|
| ScriptEnumValue<T> | The ScriptEnumValue<T> object. |
Converts a value to a ScriptEnumValue<T>.
public static implicit operator ScriptEnumValue<T>(T value)
| Type | Name | Description |
|---|---|---|
| T | value | The value to convert. |
| Type | Description |
|---|---|
| ScriptEnumValue<T> | The ScriptEnumValue<T> object. |