Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
idTech4
Text
Decl
idDeclTable
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