DataParameterBase
Abstract class in SurvivEngine.Data namespace
Abstract class in SurvivEngine.Data namespace
Base class for all data parameters. Provides basic information, such as its numeric data parameter type value or the object payload of the data parameter.
Read-Only
The type of data parameter this object represents
Read-Only
The basic object value of whatever payload this data parameter is carrying
Implemented in inheriting classes
Performs a copy of the data parameter and returns the clone
Returns a string representation of this data parameter, with additional formatting options
prettyFormat Whether or not the returned string should be formatted with additional white-space and indentation for readability
indentLevel If pretty formatted, how far indented this data parameter's string should be placed