C# Class Spawner_JSON, Game-Pattern-Unity3d

Inheritance: MonoBehaviour
Show file Open project: wolf96/Game-Pattern-Unity3d

Public Properties

Property Type Description
txt UnityEngine.TextAsset

Public Methods

Method Description
Start ( ) : void
createMonster ( string name ) : Monster,

Private Methods

Method Description
ReadJsonFromTXT ( string name ) : Monster,

Method Details

Start() public method

public Start ( ) : void
return void

createMonster() public method

public createMonster ( string name ) : Monster,
name string
return Monster,

Property Details

txt public property

public TextAsset,UnityEngine txt
return UnityEngine.TextAsset