Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    UnloadableObjectInstantiator Class

    Namespace: Stride.Core.Yaml
    Assembly: Stride.Core.Assets.dll
    System.Object → UnloadableObjectInstantiator
    Derived from UnloadableObjectInstantiator:

    public static class UnloadableObjectInstantiator
    Name Description
    Fields
    ProcessProxyType

    Callback to perform additional changes to the generated proxy object.

    Methods
    CreateUnloadableObject(Type, String, String, String, List<ParsingEvent>)

    Creates an object that implements the given baseType and IUnloadable.

    | Improve this Doc View Source

    Fields


    ProcessProxyType

    Callback to perform additional changes to the generated proxy object.

    public static UnloadableObjectInstantiator.ProcessProxyTypeDelegate ProcessProxyType
    Field Value
    Type Description
    UnloadableObjectInstantiator.ProcessProxyTypeDelegate
    | Improve this Doc View Source

    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
    Type Name Description
    System.Type baseType
    System.String typeName
    System.String assemblyName
    System.String error
    System.Collections.Generic.List<Stride.Core.Yaml.Events.ParsingEvent> parsingEvents
    Returns
    Type Description
    IUnloadable

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation