DataParameterBase_T
Generic abstract class in SurvivEngine.Data namespace
Inherits from SurvivEngine.DataParameterBase
Generic abstract class in SurvivEngine.Data namespace
Inherits from SurvivEngine.DataParameterBase
A generic abstract class representing a data parameter with a value of type T.
Provides a serialized value field of type T.
All primitive type data parameters inherit from this class.
Is implicitly convertible to type T.
Gets or sets the value stored by this data parameter as a T instance.