Class DefaultTextAccessor
- Namespace
- Stride.Core.Assets.TextAccessors
- Assembly
- Stride.Core.Assets.dll
public class DefaultTextAccessor : ITextAccessor
- Inheritance
-
DefaultTextAccessor
- Implements
Properties
FilePath
public string? FilePath { get; }
Property Value
Methods
Get()
Gets the underlying text.
public string Get()
Returns
GetSerializableVersion()
public ISerializableTextAccessor GetSerializableVersion()
Returns
Save(Stream)
Writes the text to the given StreamWriter.
public Task Save(Stream stream)
Parameters
stream
Stream
Returns
Set(string?)
Sets the underlying text.
public void Set(string? value)
Parameters
value
string