Interface ITextAccessor
- Namespace
- Stride.Core.Assets.TextAccessors
- Assembly
- Stride.Core.Assets.dll
public interface ITextAccessor
Methods
Get()
Gets the underlying text.
string Get()
Returns
GetSerializableVersion()
ISerializableTextAccessor GetSerializableVersion()
Returns
Save(Stream)
Writes the text to the given StreamWriter.
Task Save(Stream streamWriter)
Parameters
streamWriter
Stream
Returns
Set(string)
Sets the underlying text.
void Set(string value)
Parameters
value
string