C# Class NodeInspector.Demo.Dialogue.AddItem

Inheritance: DialogueNode
Show file Open project: nicloay/Node-Inspector

Public Properties

Property Type Description
ItemNumber int
ItemType ItemType
Owner Owner

Public Methods

Method Description
Execute ( GameObject actor, GameObject opponent ) : void

Method Details

Execute() public method

public Execute ( GameObject actor, GameObject opponent ) : void
actor UnityEngine.GameObject
opponent UnityEngine.GameObject
return void

Property Details

ItemNumber public property

public int ItemNumber
return int

ItemType public property

public ItemType ItemType
return ItemType

Owner public property

public Owner Owner
return Owner