mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-17 04:21:39 +08:00
[c] Added void* userData field to spTrackEntry. Can be fetched in listeners.
This commit is contained in:
parent
315337aa87
commit
95527b630a
@ -64,6 +64,7 @@ struct spTrackEntry {
|
||||
float* timelinesRotation;
|
||||
int timelinesRotationCount;
|
||||
void* rendererObject;
|
||||
void* userData;
|
||||
|
||||
#ifdef __cplusplus
|
||||
spTrackEntry() :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user