HybridAnimancerComponent.

SetInteger(string, int) Method

Summary

Sets the value of the specified integer parameter.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
HybridAnimancerComponent

Syntax

public void SetInteger(string name, int value)

Parameters

Name Type Description
name string
value int

Return Value

Type Description
void