HybridAnimancerComponent.

SetInteger(int, int) Method

Summary

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

Syntax

public void SetInteger(int id, int value)

Parameters

Name Type Description
id int
value int

Return Value

Type Description
void