Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FAnimChannel Struct Reference

#include <Animation.hpp>

Public Member Functions

 FAnimChannel (Allocator *alloc=GLOBAL_ALLOC)
 

Public Attributes

uint32_t joint {0}
 
FAnimPath path {FAnimPath::Translation}
 
FAnimInterp interp {FAnimInterp::Linear}
 
Vector< float > times
 
Vector< float > values
 

Constructor & Destructor Documentation

◆ FAnimChannel()

FAnimChannel::FAnimChannel ( Allocator alloc = GLOBAL_ALLOC)
inlineexplicit

Member Data Documentation

◆ interp

FAnimInterp FAnimChannel::interp {FAnimInterp::Linear}

◆ joint

uint32_t FAnimChannel::joint {0}

◆ path

FAnimPath FAnimChannel::path {FAnimPath::Translation}

◆ times

Vector<float> FAnimChannel::times

◆ values

Vector<float> FAnimChannel::values

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