C# Class NodeInspector.Demo.Dialogue.InteractableObjects

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo 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_oe property

public List Objects
return List