C# Class TextImporter, Adagio

Inheritance: MonoBehaviour
Datei anzeigen Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
textFile UnityEngine.TextAsset
textLines string[]

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

textFile public_oe property

public TextAsset,UnityEngine textFile
return UnityEngine.TextAsset

textLines public_oe property

public string[] textLines
return string[]