Table of Contents

Interface IUnloadable

Namespace
Stride.Core.Yaml
Assembly
Stride.Core.Assets.dll

Objects that can't be loaded as valid Yaml will be converted to a proxy object implementing this interface by ErrorRecoverySerializer.

public interface IUnloadable

Properties

AssemblyName

string AssemblyName { get; }

Property Value

string

Error

string Error { get; }

Property Value

string

ParsingEvents

List<ParsingEvent> ParsingEvents { get; }

Property Value

List<ParsingEvent>

TypeName

string TypeName { get; }

Property Value

string