C# Class Axiom.RenderSystems.Xna.XnaResourceGroupManager

Inheritance: ResourceGroupManager
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
Initialize ( ) : bool
OpenResource ( string resourceName, string groupName, bool searchGroupsIfNotFound, Axiom.Core.Resource resourceBeingLoaded ) : Stream

Method Details

Initialize() public method

public Initialize ( ) : bool
return bool

OpenResource() public method

public OpenResource ( string resourceName, string groupName, bool searchGroupsIfNotFound, Axiom.Core.Resource resourceBeingLoaded ) : Stream
resourceName string
groupName string
searchGroupsIfNotFound bool
resourceBeingLoaded Axiom.Core.Resource
return System.IO.Stream