C# Class NodeInspector.Demo.Dialogue.RunCommand

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

Public Properties

Property Type Description
CommandKey string
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

CommandKey public_oe property

public string CommandKey
return string

Owner public_oe property

public Owner Owner
return Owner