C# Класс Forge.Unity.ForgeLoader

Helper class for loading forge.
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadForge ( string snapshotPath, string levelTemplatePath, string sharedTemplatePath, Type dependenciesType ) : GameObject

Loads forge.

Описание методов

LoadForge() публичный статический Метод

Loads forge.
public static LoadForge ( string snapshotPath, string levelTemplatePath, string sharedTemplatePath, Type dependenciesType ) : GameObject
snapshotPath string The path for the snapshot.
levelTemplatePath string The path for the level template group.
sharedTemplatePath string The path for the shared template group.
dependenciesType System.Type The component type that will provide additional /// dependencies to forge. This type must extend ForgeDependencyComponent.
Результат UnityEngine.GameObject