Table of Contents

Interface ITextAccessor

Namespace
Stride.Core.Assets.TextAccessors
Assembly
Stride.Core.Assets.dll
public interface ITextAccessor

Methods

Get()

Gets the underlying text.

string Get()

Returns

string

GetSerializableVersion()

ISerializableTextAccessor GetSerializableVersion()

Returns

ISerializableTextAccessor

Save(Stream)

Writes the text to the given StreamWriter.

Task Save(Stream streamWriter)

Parameters

streamWriter Stream

Returns

Task

Set(string)

Sets the underlying text.

void Set(string value)

Parameters

value string