C# Class NodeInspector.Demo.Dialogue.PlayerResponse2Button

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

Public Properties

Property Type Description
Caption1 string
Caption2 string

Public Methods

Method Description
Execute ( GameObject actor, GameObject opponent ) : void
ExecuteNodeIfNotNull ( DialogueNode node, 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

ExecuteNodeIfNotNull() public method

public ExecuteNodeIfNotNull ( DialogueNode node, GameObject actor, GameObject opponent ) : void
node DialogueNode
actor UnityEngine.GameObject
opponent UnityEngine.GameObject
return void

Property Details

Caption1 public_oe property

public string Caption1
return string

Caption2 public_oe property

public string Caption2
return string