Method SetArgument
SetArgument(String, Boolean)
Sets a Message argument to a System.Boolean value.
Declaration
public void SetArgument(string message, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The argument name. |
System.Boolean | value | The value to set the argument to. |
SetArgument(String, Int32)
Sets a Message argument to a System.Int32 value.
Declaration
public void SetArgument(string message, int value)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The argument name. |
System.Int32 | value | The value to set the argument to. |
SetArgument(String, Single)
Sets a Message argument to a System.Single value.
Declaration
public void SetArgument(string message, float value)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The argument name. |
System.Single | value | The value to set the argument to. |
SetArgument(String, String)
Sets a Message argument to a System.String value.
Declaration
public void SetArgument(string message, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The argument name. |
System.String | value | The value to set the argument to. |
SetArgument(String, Vector3)
Declaration
public void SetArgument(string message, Vector3 value)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The argument name. |
Vector3 | value | The value to set the argument to. |