Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Fusion
Pipeline
AbstractAssetLoader
C# Class Fusion.Pipeline.AbstractAssetLoader
Inheritance:
ContentLoader
ファイルを表示
Open project: demiurghg/FusionEngine
Public Methods
Method
Description
Load
(
Game
game
,
Stream
stream
,
Type
requestedType
,
string
assetPath
) :
object
Method Details
Load()
public
method
public
Load
(
Game
game
,
Stream
stream
,
Type
requestedType
,
string
assetPath
) :
object
game
Game
stream
Stream
requestedType
System.Type
assetPath
string
return
object