Click or drag to resize

MonoBehaviourList Class

An InspectorList of type MonoBehaviour.
Inheritance Hierarchy
SystemObject
  Gamelogic.ExtensionsInspectorList
    Gamelogic.ExtensionsInspectorListMonoBehaviour
      Gamelogic.ExtensionsMonoBehaviourList

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
[VersionAttribute(2, 5, 0)]
public class MonoBehaviourList : InspectorList<MonoBehaviour>

The MonoBehaviourList type exposes the following members.

Constructors
  NameDescription
Public methodMonoBehaviourList
Top
Properties
Methods
  NameDescription
Public methodAdd (Inherited from InspectorListT.)
Public methodClear (Inherited from InspectorListT.)
Public methodContains (Inherited from InspectorListT.)
Public methodCopyTo (Inherited from InspectorListT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from InspectorListT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from InspectorListT.)
Public methodInsert (Inherited from InspectorListT.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from InspectorListT.)
Public methodRemoveAt (Inherited from InspectorListT.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also