Class FunctionalityIsland.DefaultProvider | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class FunctionalityIsland.DefaultProvider

    Inheritance
    Object
    FunctionalityIsland.DefaultProvider
    Namespace: Unity.Labs.ModuleLoader
    Syntax
    [Serializable]
    public class DefaultProvider

    Properties

    defaultProviderPrefab

    Declaration
    public GameObject defaultProviderPrefab { get; }
    Property Value
    Type Description
    GameObject

    defaultProviderType

    Declaration
    public Type defaultProviderType { get; }
    Property Value
    Type Description
    Type

    defaultProviderTypeName

    Declaration
    public string defaultProviderTypeName { get; }
    Property Value
    Type Description
    String

    providerType

    Declaration
    public Type providerType { get; }
    Property Value
    Type Description
    Type

    providerTypeName

    Declaration
    public string providerTypeName { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX