GeneralRulesSetTargetParameterFor Method |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual void SetTargetParameterFor(
string ParameterName,
int Value,
string TargetName
)
Parameters
- ParameterName
- Type: SystemString
Name of the parameter on the target sprite that will be affected. - Value
- Type: SystemInt32
Numeric value that will be assigned to the specified parameter. - TargetName
- Type: SystemString
Determines which target's currently selected sprite will be affected.
Remarks See Also