Method | Description | |
---|---|---|
Load ( string filePath ) : void |
Loads the specified file. If resource is found, it is loaded as a Text asset. Otherwise, the function assumes this is an editor load and reads from disk
|
|
STB ( ) : System.Collections.Generic |
Initializes a new instance of the STB class.
|
|
STB ( string filePath ) : System.Collections.Generic |
Initializes a new instance of the STB class.
|
|
Save ( ) : void |
Saves the file.
|
|
Save ( string filePath ) : void |
Saves the specified file.
|
Method | Description | |
---|---|---|
Load ( ) : void |
Loads the specified file.
|
public Load ( string filePath ) : void | ||
filePath | string | The file path of the Text Asset resource (without extension) or file (with extension) to load |
return | void |
public STB ( string filePath ) : System.Collections.Generic | ||
filePath | string | The file path. |
return | System.Collections.Generic |
public Save ( string filePath ) : void | ||
filePath | string | The file path. |
return | void |