[ Version ( since = "0.2.2" ) ]
public void set_param_enum (string key, int value, Type enum_type)
Sets a new parameter against the entity.
If the key already has a value associated with it, the existing value will be cleared.
this |
an Entity containing the parameters |
key |
the name of the key |
value |
the enum value to be associated with that key |
enum_type |
the enum type |