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
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
Lookup ( float index ) : float
Parse ( string text ) : bool
idDeclTable ( ) : System

Méthodes protégées

Méthode Description
ClearData ( ) : void

Method Details

ClearData() protected méthode

protected ClearData ( ) : void
Résultat void

Lookup() public méthode

public Lookup ( float index ) : float
index float
Résultat float

Parse() public méthode

public Parse ( string text ) : bool
text string
Résultat bool

idDeclTable() public méthode

public idDeclTable ( ) : System
Résultat System