OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Protected Member Functions | List of all members
OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem Class Reference
Inheritance diagram for OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem:
Collaboration graph
[legend]

Public Member Functions

void ForEachDefaultXmlAsset (string assetSetFilename, Action< AssetBase > action)
 

Static Protected Member Functions

static AssetBase CreateAsset (string assetIdStr, string name, string path, sbyte type)
 
static void LoadAsset (AssetBase info, string path)
 
static void LoadXmlAssetSet (string assetSetPath, List< AssetBase > assets)
 Use the asset set information at path to load assets More...
 

Detailed Description

Definition at line 42 of file AssetLoaderFileSystem.cs.

Member Function Documentation

static AssetBase OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem.CreateAsset ( string  assetIdStr,
string  name,
string  path,
sbyte  type 
)
inlinestaticprotected

Definition at line 47 of file AssetLoaderFileSystem.cs.

void OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem.ForEachDefaultXmlAsset ( string  assetSetFilename,
Action< AssetBase action 
)
inline

Implements OpenSim.Framework.IAssetLoader.

Definition at line 92 of file AssetLoaderFileSystem.cs.

static void OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem.LoadAsset ( AssetBase  info,
string  path 
)
inlinestaticprotected

Definition at line 65 of file AssetLoaderFileSystem.cs.

static void OpenSim.Framework.AssetLoader.Filesystem.AssetLoaderFileSystem.LoadXmlAssetSet ( string  assetSetPath,
List< AssetBase assets 
)
inlinestaticprotected

Use the asset set information at path to load assets

Parameters
assetSetPath
assets

Definition at line 130 of file AssetLoaderFileSystem.cs.


The documentation for this class was generated from the following file: