vscode-unity-code-snippets icon indicating copy to clipboard operation
vscode-unity-code-snippets copied to clipboard

add MonoBehaviour Public Methods snippets and contributors

Open TD12734 opened this issue 11 months ago • 0 comments

I added the following snippet of MonoBehaviour Public Methods.

  • CancelInvoke() (type cancelinvoke)
  • Invoke() (type invoke)
  • InvokeRepeating() (type invokerepeating)
  • IsInvoking() (type isinvoking)
  • StartCoroutine() (type startcoroutine)
  • StopAllCoroutines() (type stopallcoroutines)
  • StopCoroutine() (type stopcoroutine)

I personally use these functions quite often, so I added them now.

I also added the contributors in package.json.

TD12734 avatar Jan 07 '25 11:01 TD12734