C# 클래스 Forge.Unity.ForgeLoader

Helper class for loading forge.
파일 보기 프로젝트 열기: jacobdufault/forge-unity

공개 메소드들

메소드 설명
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