#include <NiFloatKey.h>
 | 
| enum class   | KeyContent {  
  kFloat
, kPos
, kRot
, kColor
,  
  kText
, kBool
, kTotal
 
 } | 
|   | 
| enum class   | KeyType {  
  kNoInterp
, kLink
, kBez
, kTCB
,  
  kEuler
, kStrip
, kTotal
 
 } | 
|   | 
◆ NiFloatKey() [1/2]
      
        
          | RE::NiFloatKey::NiFloatKey  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ NiFloatKey() [2/2]
      
        
          | RE::NiFloatKey::NiFloatKey  | 
          ( | 
          float  | 
          a_time,  | 
        
        
           | 
           | 
          float  | 
          a_value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~NiFloatKey()
      
        
          | RE::NiFloatKey::~NiFloatKey  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ GetKeyAt()
      
        
          | NiFloatKey * RE::NiFloatKey::GetKeyAt  | 
          ( | 
          std::uint32_t  | 
          a_index,  | 
        
        
           | 
           | 
          std::uint8_t  | 
          a_keySize  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetValue()
      
        
          | float RE::NiFloatKey::GetValue  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ SetValue()
      
        
          | void RE::NiFloatKey::SetValue  | 
          ( | 
          float  | 
          a_value | ) | 
           | 
        
      
 
 
◆ _value
  
  
      
        
          | float RE::NiFloatKey::_value | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: