vscode-unity-code-snippets
vscode-unity-code-snippets copied to clipboard
add MonoBehaviour Public Methods snippets and contributors
I added the following snippet of MonoBehaviour Public Methods.
CancelInvoke()(typecancelinvoke)Invoke()(typeinvoke)InvokeRepeating()(typeinvokerepeating)IsInvoking()(typeisinvoking)StartCoroutine()(typestartcoroutine)StopAllCoroutines()(typestopallcoroutines)StopCoroutine()(typestopcoroutine)
I personally use these functions quite often, so I added them now.
I also added the contributors in package.json.