Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created November 2, 2020 04:37
Show Gist options
  • Save todorok1/73514a8a9eaf83dbf474d57e7858af48 to your computer and use it in GitHub Desktop.
Save todorok1/73514a8a9eaf83dbf474d57e7858af48 to your computer and use it in GitHub Desktop.
C#のジェネリックのサンプル
// Rigidbodyコンポーネントへの参照を取得します。
Rigidbody rb = GetComponent<Rigidbody>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment