Class Variable<T>
Inherited Members
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
public class Variable<T> : ScriptableObject
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceValue
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
Operators
| Improve this Doc View Sourceimplicit operator T(Variable<T>)
Declaration
public static implicit operator T(Variable<T> value)
Parameters
Type | Name | Description |
---|---|---|
Variable<T> | value |
Returns
Type | Description |
---|---|
T |