ChensHelpers
Chen.Helpers.GeneralHelpers.SoundPlayer
SoundPlayer.EventPosterKey Struct
Represents the data structure for a keybind that is responsible for posting WWise sound events.
public struct SoundPlayer.EventPosterKey
Constructors | |
---|---|
EventPosterKey(KeyCode, uint[]) | Constructor for building the data for binding keys with assigned Event IDs. There may be duplicate Event IDs that can exist in one keybind. |
Fields | |
---|---|
eventIds | List of Event IDs that will be posted when the assigned key is pressed. |
key | The key which will be assigned to post Event IDs. |