C# Class NodeInspector.Demo.Dialogue.InteractableObjects

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

Public Properties

Property Type Description
Objects List

Public Methods

Method Description
GetObjectBykey ( string key ) : GameObject

Method Details

GetObjectBykey() public method

public GetObjectBykey ( string key ) : GameObject
key string
return UnityEngine.GameObject

Property Details

Objects public property

public List Objects
return List