C# Class idTech4.Renderer.idRenderModelManager

Afficher le fichier Open project: iainmckay/idtech4.net

Méthodes publiques

Méthode Description
AddModel ( idRenderModel model ) : void

World map parsing will add all the inline models with this call.

AllocateModel ( ) : idRenderModel

Allocates a new empty render model.

BeginLevelLoad ( ) : void
EndLevelLoad ( ) : void
FindModel ( string name ) : idRenderModel
Init ( ) : void
RemoveModel ( idRenderModel model ) : void
idRenderModelManager ( ) : System

Private Methods

Méthode Description
GetModel ( string name, bool createIfNotFound ) : idRenderModel

Method Details

AddModel() public méthode

World map parsing will add all the inline models with this call.
public AddModel ( idRenderModel model ) : void
model idRenderModel
Résultat void

AllocateModel() public méthode

Allocates a new empty render model.
public AllocateModel ( ) : idRenderModel
Résultat idRenderModel

BeginLevelLoad() public méthode

public BeginLevelLoad ( ) : void
Résultat void

EndLevelLoad() public méthode

public EndLevelLoad ( ) : void
Résultat void

FindModel() public méthode

public FindModel ( string name ) : idRenderModel
name string
Résultat idRenderModel

Init() public méthode

public Init ( ) : void
Résultat void

RemoveModel() public méthode

public RemoveModel ( idRenderModel model ) : void
model idRenderModel
Résultat void

idRenderModelManager() public méthode

public idRenderModelManager ( ) : System
Résultat System