Init(args)
Scripting Reference
List of all members
Sisus.Init.Serialization._Integer Class Reference

Description

Represents a simple wrapper for an int value that makes it serializable by Unity's serialization system when assigned to a System.Object type field that has the UnityEngine.SerializeReference attribute.

Used to serialize int values by Any<object>.

Inheritance diagram for Sisus.Init.Serialization._Integer:
Sisus.Init.IValueProvider< object >

Additional Inherited Members

- Properties inherited from Sisus.Init.IValueProvider< object >
Value [get]
 Gets the value of the current IValueProvider<T> object More...