docs.unity.cn
    Show / Hide Table of Contents

    Class ActorSystemSetupAnalyzer

    Inheritance
    Object
    ActorSystemSetupAnalyzer
    Namespace: Unity.Reflect.Actor
    Syntax
    public static class ActorSystemSetupAnalyzer

    Methods

    BeginInteractiveMigration(ActorSystemSetup)

    Declaration
    public static void BeginInteractiveMigration(ActorSystemSetup asset)
    Parameters
    Type Name Description
    ActorSystemSetup asset

    CancelInteractiveMigration(ActorSystemSetup)

    Declaration
    public static void CancelInteractiveMigration(ActorSystemSetup asset)
    Parameters
    Type Name Description
    ActorSystemSetup asset

    CompleteInteractiveMigration(ActorSystemSetup)

    Declaration
    public static void CompleteInteractiveMigration(ActorSystemSetup asset)
    Parameters
    Type Name Description
    ActorSystemSetup asset

    CreateActorSetup(ActorConfig)

    Declaration
    public static ActorSetup CreateActorSetup(ActorConfig actorConfig)
    Parameters
    Type Name Description
    ActorConfig actorConfig
    Returns
    Type Description
    ActorSetup

    GetActorSettingsType(ActorConfig)

    Declaration
    public static Type GetActorSettingsType(ActorConfig actorConfig)
    Parameters
    Type Name Description
    ActorConfig actorConfig
    Returns
    Type Description
    Type

    InitializeActorSystemSetup(ActorSystemSetup)

    Declaration
    public static void InitializeActorSystemSetup(ActorSystemSetup asset)
    Parameters
    Type Name Description
    ActorSystemSetup asset

    Instantiate(ActorSystem, ActorSystemSetup, IExposedPropertyTable, UnityProject, UnityUser, ProjectServerClient, Scheduler)

    Declaration
    public static void Instantiate(ActorSystem system, ActorSystemSetup asset, IExposedPropertyTable resolver, UnityProject project, UnityUser user, ProjectServerClient client, Scheduler scheduler)
    Parameters
    Type Name Description
    ActorSystem system
    ActorSystemSetup asset
    IExposedPropertyTable resolver
    UnityProject project
    UnityUser user
    ProjectServerClient client
    Scheduler scheduler

    MigrateInPlace(ActorSystemSetup)

    Migrate the asset to match the code.

    Declaration
    public static void MigrateInPlace(ActorSystemSetup asset)
    Parameters
    Type Name Description
    ActorSystemSetup asset
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021