C# Class NodeInspector.Demo.Dialogue.AddItem

Inheritance: DialogueNode
Mostra 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_oe property

public int ItemNumber
return int

ItemType public_oe property

public ItemType ItemType
return ItemType

Owner public_oe property

public Owner Owner
return Owner