Table of Contents

Class IntList

Namespace
Gamelogic.Extensions
Assembly
Assembly-CSharp.dll

An InspectorList of type int.

[Version(2, 5, 0)]
[Serializable]
[Obsolete("Unity now draws lists properly by default.")]
public class IntList : InspectorList<int>, IList<int>, ICollection<int>, IEnumerable<int>, IEnumerable
Inheritance
IntList
Implements
Inherited Members
Extension Methods