Click or drag to resize

UpgradeList Class

A more inspector-friendly list for use in SerializedMonoBehaviours.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListUpgrade
    Kit.ContainersAsyncReactiveListUpgrade
      Kit.ContainersUpgradeList

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class UpgradeList : AsyncReactiveList<Upgrade>

The UpgradeList type exposes the following members.

Constructors
  NameDescription
Public methodUpgradeList
Initializes a new instance of the UpgradeList class
Top
See Also