Open martindevans opened 9 years ago
This will require some careful thinking about how to pass this data into the event system. The events deserialized from the file will not be strongly typed (obviously).
GetEvent(Type t).Send(Object data)
The events in the content pipeline need some type. There are two options here:
Support a timeline of events in animation clips, when the animation is played emit the event (via the normal Myre event system). This allows things like footstep noises to be specified in the animation XML file with the correct timestamp.