Table of Contents

Class UnloadableObjectInstantiator

Namespace
Stride.Core.Yaml
Assembly
Stride.Core.Assets.dll
public static class UnloadableObjectInstantiator
Inheritance
UnloadableObjectInstantiator

Fields

ProcessProxyType

Callback to perform additional changes to the generated proxy object.

public static UnloadableObjectInstantiator.ProcessProxyTypeDelegate ProcessProxyType

Field Value

UnloadableObjectInstantiator.ProcessProxyTypeDelegate

Methods

CreateUnloadableObject(Type, string, string, string, List<ParsingEvent>)

Creates an object that implements the given baseType and IUnloadable.

public static IUnloadable CreateUnloadableObject(Type baseType, string typeName, string assemblyName, string error, List<ParsingEvent> parsingEvents)

Parameters

baseType Type
typeName string
assemblyName string
error string
parsingEvents List<ParsingEvent>

Returns

IUnloadable