GL Studio C++ Runtime API
GlsLinearFloatController::KeyData Class Reference

#include <gls_linear_float_controller.h>

Public Member Functions

void SetInputValue (float value)
 
float GetInputValue () const
 
void SetOutputValue (float value)
 
float GetOutputValue () const
 

Detailed Description

The KeyData class. Contains a single keyframe of animation.

Member Function Documentation

◆ GetInputValue()

float GetInputValue ( ) const
inline
Returns
The input (key) value.

◆ GetOutputValue()

float GetOutputValue ( ) const
inline
Returns
The output value.

◆ SetInputValue()

void SetInputValue ( float  value)
inline

Sets the input (key) value.

Parameters
valueThe new value to set.

◆ SetOutputValue()

void SetOutputValue ( float  value)
inline

Set the output value.

Parameters
valueThe new value to set.

The documentation for this class was generated from the following file: