C# Class idTech4.Text.Decl.idDeclSkin

Inheritance: idDecl
ファイルを表示 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
GetAssociatedModel ( int index ) : string
Parse ( string text ) : bool
RemapShaderBySkin ( idMaterial shader ) : idMaterial
idDeclSkin ( ) : System

Protected Methods

Method Description
ClearData ( ) : void
GenerateDefaultText ( ) : bool

Method Details

ClearData() protected method

protected ClearData ( ) : void
return void

GenerateDefaultText() protected method

protected GenerateDefaultText ( ) : bool
return bool

GetAssociatedModel() public method

public GetAssociatedModel ( int index ) : string
index int
return string

Parse() public method

public Parse ( string text ) : bool
text string
return bool

RemapShaderBySkin() public method

public RemapShaderBySkin ( idMaterial shader ) : idMaterial
shader idTech4.Renderer.idMaterial
return idTech4.Renderer.idMaterial

idDeclSkin() public method

public idDeclSkin ( ) : System
return System