Skip to content

Instantly share code, notes, and snippets.

@baobao
Last active October 26, 2020 05:24
Show Gist options
  • Save baobao/be2d05a06e1a34b9446bd39fbea1de08 to your computer and use it in GitHub Desktop.
Save baobao/be2d05a06e1a34b9446bd39fbea1de08 to your computer and use it in GitHub Desktop.
// _visualEffect.SendEvent("OnPlay"); と同じ
// _visualEffect.SendEvent(VisualEffectAsset.PlayEventName); と同じ
_visualEffect.SendEvent(VisualEffectAsset.PlayEventID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment