Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Attributes | Static Public Attributes | List of all members
skottie::internal::Keyframe Struct Reference

#include <KeyframeAnimator.h>

Classes

struct  Value
 

Public Attributes

float t
 
Value v
 
uint32_t mapping
 

Static Public Attributes

static constexpr uint32_t kConstantMapping = 0
 
static constexpr uint32_t kLinearMapping = 1
 
static constexpr uint32_t kCubicIndexOffset = 2
 

Detailed Description

Definition at line 36 of file KeyframeAnimator.h.

Member Data Documentation

◆ kConstantMapping

constexpr uint32_t skottie::internal::Keyframe::kConstantMapping = 0
inlinestaticconstexpr

Definition at line 64 of file KeyframeAnimator.h.

◆ kCubicIndexOffset

constexpr uint32_t skottie::internal::Keyframe::kCubicIndexOffset = 2
inlinestaticconstexpr

Definition at line 66 of file KeyframeAnimator.h.

◆ kLinearMapping

constexpr uint32_t skottie::internal::Keyframe::kLinearMapping = 1
inlinestaticconstexpr

Definition at line 65 of file KeyframeAnimator.h.

◆ mapping

uint32_t skottie::internal::Keyframe::mapping

Definition at line 59 of file KeyframeAnimator.h.

◆ t

float skottie::internal::Keyframe::t

Definition at line 57 of file KeyframeAnimator.h.

◆ v

Value skottie::internal::Keyframe::v

Definition at line 58 of file KeyframeAnimator.h.


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