C# Class NodeInspector.Demo.Dialogue.RunCommandController

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: nicloay/Node-Inspector Class Usage Examples

Public Properties

Property Type Description
Commands List

Public Methods

Method Description
RunCommand ( string key ) : void

Method Details

RunCommand() public method

public RunCommand ( string key ) : void
key string
return void

Property Details

Commands public_oe property

public List Commands
return List