Class ObjectStorageVariableStruct<T>
public abstract class ObjectStorageVariableStruct<T> : ObjectStorageVariable<T>, IEquatable<ObjectVariable<T>>
Type Parameters
T
- Inheritance
-
ObjectStorageVariableStruct<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
- HasValue
Gets a value indicating whether this variable has a value.
- Value
Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).
Methods
- Delete()
Deletes the value of this variable.