Enum oxygengine_user_interface::raui::core::animator::AnimationError [−][src]
pub enum AnimationError {
CouldNotReadData,
CouldNotWriteData,
}
Expand description
An error that may occur when animating a value
Variants
Could not read animation data
Could not write animation data