C# Class NodeInspector.Demo.Dialogue.HasItem

Inheritance: DialogueNode
显示文件 Open project: nicloay/Node-Inspector

Public Properties

Property Type Description
Item 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

Item public_oe property

public ItemType Item
return ItemType

Owner public_oe property

public Owner Owner
return Owner