Blender  V3.3
Public Attributes | List of all members
FCM_EnvelopeData Struct Reference

#include <DNA_anim_types.h>

Public Attributes

float min
 
float max
 
float time
 
short f1
 
short f2
 

Detailed Description

Definition at line 171 of file DNA_anim_types.h.

Member Data Documentation

◆ f1

short FCM_EnvelopeData::f1

Settings for 'min' control point.

Definition at line 178 of file DNA_anim_types.h.

Referenced by fmod_envelope_addpoint_cb().

◆ f2

short FCM_EnvelopeData::f2

Settings for 'max' control point.

Definition at line 180 of file DNA_anim_types.h.

Referenced by fmod_envelope_addpoint_cb().

◆ max

float FCM_EnvelopeData::max

Definition at line 173 of file DNA_anim_types.h.

Referenced by fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().

◆ min

float FCM_EnvelopeData::min

Min/max values for envelope at this point (absolute values).

Definition at line 173 of file DNA_anim_types.h.

Referenced by fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().

◆ time

float FCM_EnvelopeData::time

Time for that this sample-point occurs.

Definition at line 175 of file DNA_anim_types.h.

Referenced by fcm_envelope_evaluate(), and fmod_envelope_addpoint_cb().


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