docs.unity.cn
    Show / Hide Table of Contents

    Class AsyncResourceConverterActor<TInput>

    Inheritance
    Object
    AsyncResourceConverterActor<TInput>
    MeshConverterActor
    Namespace: Unity.Reflect.Streaming
    Syntax
    [Actor]
    public abstract class AsyncResourceConverterActor<TInput>
        where TInput : class
    Type Parameters
    Name Description
    TInput

    Methods

    Import(RpcContext<ConvertResource<TInput>>, SyncedData<TInput>)

    Declaration
    protected abstract void Import(RpcContext<ConvertResource<TInput>> ctx, SyncedData<TInput> resource)
    Parameters
    Type Name Description
    RpcContext<ConvertResource<TInput>> ctx
    SyncedData<TInput> resource
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021