Class TextAsset
Assembly: UnityEngine.dll
Syntax
public class TextAsset : Object
Constructors
|
Improve this Doc
View Source
TextAsset()
Declaration
|
Improve this Doc
View Source
TextAsset(String)
Declaration
public TextAsset(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
Properties
bytes
Declaration
public byte[] bytes { get; }
Property Value
text
Declaration
public string text { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods