Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
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
Show file
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