Skip to content

Instantly share code, notes, and snippets.

@fmod-nick
Last active February 9, 2016 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmod-nick/4e452d142c427d541553 to your computer and use it in GitHub Desktop.
Save fmod-nick/4e452d142c427d541553 to your computer and use it in GitHub Desktop.
ParamRef attribute prototype
[FMODUnity.EventRef]
public string TestEvent;
[FMODUnity.ParamRef(EventRef = "TestEvent")]
public FMODUnity.ParamRef param;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment