C# Class Fusion.Engine.Graphics.SceneLoader

Inheritance: Fusion.Core.Content.ContentLoader
Mostra file Open project: demiurghg/FusionEngine

Public Methods

Method Description
Load ( ContentManager content, Stream stream, Type requestedType, string assetPath ) : object

Loads scene

Method Details

Load() public method

Loads scene
public Load ( ContentManager content, Stream stream, Type requestedType, string assetPath ) : object
content ContentManager
stream Stream
requestedType System.Type
assetPath string
return object