Represents a method parameter with various supported data types.
Namespace: Esper.FeelSpeak.Graph.Data Type: struct
Esper.FeelSpeak.Graph.Data
struct
public
name
string
The name of the parameter.
paramType
ParamType
The parameter type.
intValue
int
The integer value.
floatValue
float
The float value.
boolValue
bool
The bool value.
stringValue
The string value.
vector2Value
Vector2
The Vector2 value.
vector3Value
Vector3
The Vector3 value.
vector4Value
Vector4
The Vector4 value.
colorValue
Color
The color value.
vector2IntValue
Vector2Int
The Vector2Int value.
vector3IntValue
Vector3Int
The Vector3Int value.
enumValue
The enum value, stored as an integer index.
objectValue
Object
The object value.
strictType
The strict type of the object.
GetValue()
object
Gets the value.
private
GetEnumValue()
Gets the enum value.
public enum ParamType
Supported parameter types.
Int
Integer type.
Float
Float type.
Bool
Boolean type.
String
String type.
Vector2 type.
Vector3 type.
Vector4 type.
Color type.
Vector2Int type.
Vector3Int type.
Enum
Enum type.
Object type.
Last updated 6 months ago