Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IntVariable

A IVariable that holds a single integer value.
Read time 1 minuteLast updated 5 days ago

Definition

public class IntVariable : Variable<int>, IVariableValueChanged, IVariable, ISerializationCallbackReceiver

Inheritance