# CalcAnimatorParameter

Calculate and change the parameter of Animator.

![CalcAnimatorParameter](./images/CalcAnimatorParameter.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Reference
</td>
<td>
Reference Animator and Parameter name.
</td>
</tr>
<tr>
<td>
Function
</td>
<td>
Type to calculate (Int, Float only).<dl class="docutils">
<dt>Assign</dt><dd>
            Substitute values.
            </dd>
<dt>Add</dt><dd>
            Add values.<br />
            To subtract it, specify a negative value.
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Float Value
</td>
<td>
float value to be computed
</td>
</tr>
<tr>
<td>
Int Value
</td>
<td>
int value to be computed
</td>
</tr>
<tr>
<td>
Bool Value
</td>
<td>
bool value to compute.<br />
            In case of bool value, substitute this value as it is.
</td>
</tr>
 </tbody>
</table>

