C# Class Axiom.RenderSystems.Xna.XnaResourceGroupManager

Inheritance: ResourceGroupManager
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

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

Method Details

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

OpenResource() public méthode

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