Imgflip Logo Icon

Unity Code

Unity Code | Sense of touch; void OnCollisionEnter(Collider collision)
{
     if (collision.gameObject.tag == "Default")
     {
           Feel();
     }
} | image tagged in code,unity,drake hotline bling | made w/ Imgflip meme maker
14 views Made by FoxyDude24 7 days ago in programming
Drake Hotline Bling memeCaption this Meme
Drake Hotline Bling memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
Sense of touch; void OnCollisionEnter(Collider collision) { if (collision.gameObject.tag == "Default") { Feel(); } }