C# Class idTech4.Text.Decl.idDeclTable

Tables are used to map a floating point input value to a floating point output value, with optional wrap / clamp and interpolation.
Inheritance: idDecl
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
Lookup ( float index ) : float
Parse ( string text ) : bool
idDeclTable ( ) : System

Protected Methods

Method Description
ClearData ( ) : void

Method Details

ClearData() protected method

protected ClearData ( ) : void
return void

Lookup() public method

public Lookup ( float index ) : float
index float
return float

Parse() public method

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

idDeclTable() public method

public idDeclTable ( ) : System
return System