C# Class Forge.Unity.ForgeLoader

Helper class for loading forge.
Show file Open project: jacobdufault/forge-unity

Public Methods

Method Description
LoadForge ( string snapshotPath, string levelTemplatePath, string sharedTemplatePath, Type dependenciesType ) : GameObject

Loads forge.

Method Details

LoadForge() public static method

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.
return UnityEngine.GameObject