docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ServicesContainerFactory

    Factory class for creating instances of IServicesContainer.

    Inheritance
    object
    ServicesContainerFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Collaboration.Services.ServicesContainer
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public class ServicesContainerFactory

    Methods

    GetContainer()

    Gets a new instance of IServicesContainer with the default parent container.

    Declaration
    public IServicesContainer GetContainer()
    Returns
    Type Description
    IServicesContainer

    A new instance of IServicesContainer.

    GetContainer(IServicesContainer)

    Gets a new instance of IServicesContainer with the specified parent container.

    Declaration
    public IServicesContainer GetContainer(IServicesContainer parent)
    Parameters
    Type Name Description
    IServicesContainer parent

    The parent container to use, or null for no parent.

    Returns
    Type Description
    IServicesContainer

    A new instance of IServicesContainer.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)