ItemBehaviour Class

MyDungeon

ItemBehaviour Class

ItemBheaviour is a component intended to be attached to item prefabs to attach ScriptableObjects that derive from the type Item to them
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.ItemsItemBehaviour

Namespace:  MyDungeon.Items
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ItemBehaviour : MonoBehaviour

The ItemBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodItemBehaviour
Initializes a new instance of the ItemBehaviour class
Top
Fields
  NameDescription
Public fieldItem
A ScriptableObject asset of type Item
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also