C# 클래스 idTech4.Text.Decl.idDeclSkin

상속: idDecl
파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
GetAssociatedModel ( int index ) : string
Parse ( string text ) : bool
RemapShaderBySkin ( idMaterial shader ) : idMaterial
idDeclSkin ( ) : System

보호된 메소드들

메소드 설명
ClearData ( ) : void
GenerateDefaultText ( ) : bool

메소드 상세

ClearData() 보호된 메소드

protected ClearData ( ) : void
리턴 void

GenerateDefaultText() 보호된 메소드

protected GenerateDefaultText ( ) : bool
리턴 bool

GetAssociatedModel() 공개 메소드

public GetAssociatedModel ( int index ) : string
index int
리턴 string

Parse() 공개 메소드

public Parse ( string text ) : bool
text string
리턴 bool

RemapShaderBySkin() 공개 메소드

public RemapShaderBySkin ( idMaterial shader ) : idMaterial
shader idTech4.Renderer.idMaterial
리턴 idTech4.Renderer.idMaterial

idDeclSkin() 공개 메소드

public idDeclSkin ( ) : System
리턴 System