Blender V5.0
blender::deg::AnimationValueBackup Class Reference

#include <deg_eval_runtime_backup_animation.h>

Public Member Functions

 AnimationValueBackup ()=default
 AnimationValueBackup (const std::string &rna_path, int array_index, float value)
 AnimationValueBackup (const AnimationValueBackup &other)=default
 AnimationValueBackup (AnimationValueBackup &&other) noexcept=default
AnimationValueBackupoperator= (const AnimationValueBackup &other)=default
AnimationValueBackupoperator= (AnimationValueBackup &&other)=default

Public Attributes

std::string rna_path
int array_index
float value

Detailed Description

Definition at line 21 of file deg_eval_runtime_backup_animation.h.

Constructor & Destructor Documentation

◆ AnimationValueBackup() [1/4]

blender::deg::AnimationValueBackup::AnimationValueBackup ( )
default

◆ AnimationValueBackup() [2/4]

blender::deg::AnimationValueBackup::AnimationValueBackup ( const std::string & rna_path,
int array_index,
float value )

Definition at line 23 of file deg_eval_runtime_backup_animation.cc.

References array_index, rna_path, and value.

◆ AnimationValueBackup() [3/4]

blender::deg::AnimationValueBackup::AnimationValueBackup ( const AnimationValueBackup & other)
default

◆ AnimationValueBackup() [4/4]

blender::deg::AnimationValueBackup::AnimationValueBackup ( AnimationValueBackup && other)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

AnimationValueBackup & blender::deg::AnimationValueBackup::operator= ( AnimationValueBackup && other)
default

◆ operator=() [2/2]

AnimationValueBackup & blender::deg::AnimationValueBackup::operator= ( const AnimationValueBackup & other)
default

Member Data Documentation

◆ array_index

int blender::deg::AnimationValueBackup::array_index

◆ rna_path

std::string blender::deg::AnimationValueBackup::rna_path

◆ value

float blender::deg::AnimationValueBackup::value

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