RetroArch
Public Attributes | List of all members
tween Struct Reference
Collaboration diagram for tween:
[legend]

Public Attributes

float duration
 
float running_since
 
float initial_value
 
float target_value
 
float * subject
 
uintptr_t tag
 
easing_cb easing
 
tween_cb cb
 
voiduserdata
 
bool deleted
 

Member Data Documentation

◆ cb

tween_cb tween::cb

◆ deleted

bool tween::deleted

◆ duration

float tween::duration

◆ easing

easing_cb tween::easing

◆ initial_value

float tween::initial_value

◆ running_since

float tween::running_since

◆ subject

float* tween::subject

◆ tag

uintptr_t tween::tag

◆ target_value

float tween::target_value

◆ userdata

void* tween::userdata

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