Blender V4.3
blender::deg::AnimationValueBackup Class Reference

#include <deg_eval_runtime_backup_animation.h>

Public Member Functions

 AnimationValueBackup ()=default
 
 AnimationValueBackup (const 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

string rna_path
 
int array_index
 
float value
 

Detailed Description

Definition at line 19 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 string & rna_path,
int array_index,
float value )

Definition at line 23 of file deg_eval_runtime_backup_animation.cc.

◆ 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

Definition at line 31 of file deg_eval_runtime_backup_animation.h.

◆ rna_path

string blender::deg::AnimationValueBackup::rna_path

Definition at line 30 of file deg_eval_runtime_backup_animation.h.

◆ value

float blender::deg::AnimationValueBackup::value

Definition at line 32 of file deg_eval_runtime_backup_animation.h.


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