C# 클래스 idTech4.Renderer.idRenderModelManager

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetModel ( string name, bool createIfNotFound ) : idRenderModel

메소드 상세

AddModel() 공개 메소드

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

AllocateModel() 공개 메소드

Allocates a new empty render model.
public AllocateModel ( ) : idRenderModel
리턴 idRenderModel

BeginLevelLoad() 공개 메소드

public BeginLevelLoad ( ) : void
리턴 void

EndLevelLoad() 공개 메소드

public EndLevelLoad ( ) : void
리턴 void

FindModel() 공개 메소드

public FindModel ( string name ) : idRenderModel
name string
리턴 idRenderModel

Init() 공개 메소드

public Init ( ) : void
리턴 void

RemoveModel() 공개 메소드

public RemoveModel ( idRenderModel model ) : void
model idRenderModel
리턴 void

idRenderModelManager() 공개 메소드

public idRenderModelManager ( ) : System
리턴 System