{"id":3715,"date":"2019-11-12T09:30:48","date_gmt":"2019-11-12T00:30:48","guid":{"rendered":"https:\/\/nantoka.filmm.info\/blog\/?p=3715"},"modified":"2019-11-25T11:28:06","modified_gmt":"2019-11-25T02:28:06","slug":"%e5%8f%96%e5%be%97%e3%81%97%e3%81%a6se%e5%86%8d%e7%94%9f%ef%bc%8c%e5%a3%81%e3%81%ab%e5%bd%93%e3%81%9f%e3%81%a3%e3%81%a6se%e5%86%8d%e7%94%9f","status":"publish","type":"post","link":"https:\/\/nantoka.filmm.info\/blog\/?p=3715","title":{"rendered":"\u53d6\u5f97\u3057\u3066SE\u518d\u751f\uff0c\u58c1\u306b\u5f53\u305f\u3063\u3066SE\u518d\u751f"},"content":{"rendered":"<p>\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u307f<\/p>\n<pre class=\"lang:default decode:true \">using System.Collections;\r\nusing System.Collections.Generic;\r\nusing UnityEngine;\r\n \r\npublic class destroy_SE : MonoBehaviour\r\n{\r\n    public AudioClip impact;\/\/\u97f3\u306e\u30d5\u30a1\u30a4\u30eb\u8aad\u307f\u8fbc\u307f\r\n    public AudioClip wallhit;\r\n \r\n    AudioSource audioSource;\/\/\u97f3\u306e\u518d\u751f\u88c5\u7f6e\r\n \r\n    private void Start()\r\n    {\r\n        audioSource = GetComponent&lt;AudioSource&gt;();\r\n    }\r\n \r\n    \/\/\u5f53\u305f\u3063\u3066\u6d88\u3059\u30d1\u30bf\u30f3\r\n    private void OnTriggerEnter(Collider other)\r\n    {\r\n \r\n        if(other.gameObject.tag == \"wall\")\/\/\u30bf\u30b0\u304cwall\u306a\u3089\r\n        {\r\n            \/\/audioSource.PlayOneShot(wallhit, 0.7F);\/\/impact\u3092\u97f3\u91cf0.7\u3067\u518d\u751f\r\n \r\n        }\r\n        else\r\n        {\r\n            Destroy(other.gameObject);\r\n            audioSource.PlayOneShot(impact, 0.7F);\/\/impact\u3092\u97f3\u91cf0.7\u3067\u518d\u751f\r\n        }\r\n        \r\n \r\n        \/\/\u70b9\u6570\u3092\u52a0\u7b97\r\n \r\n \r\n \r\n        \/\/\u52a0\u7b97\u3057\u305f\u70b9\u6570\u3092UI\u306b\u53cd\u6620\r\n \r\n    }\r\n    \/\/\u58c1\r\n    private void OnCollisionEnter(Collision collision)\r\n    {\r\n        if (collision.gameObject.tag == \"wall\")\/\/\u30bf\u30b0\u304ccollision \u306a\u3089\r\n        {\r\n            audioSource.PlayOneShot(wallhit, 0.7F);\/\/wallhit\u3092\u97f3\u91cf0.7\u3067\u518d\u751f\r\n \r\n        }\r\n    }\r\n \r\n}<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u307f using System.Collections; using System.Collections.Generic; using UnityEngine; public class destroy_SE &hellip; <a href=\"https:\/\/nantoka.filmm.info\/blog\/?p=3715\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">\u53d6\u5f97\u3057\u3066SE\u518d\u751f\uff0c\u58c1\u306b\u5f53\u305f\u3063\u3066SE\u518d\u751f<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,13,2,50,46],"tags":[],"class_list":["post-3715","post","type-post","status-publish","format-standard","hentry","category-3dcg","category-c","category-unity","category-50","category-46"],"_links":{"self":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3715"}],"version-history":[{"count":11,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3715\/revisions"}],"predecessor-version":[{"id":3730,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3715\/revisions\/3730"}],"wp:attachment":[{"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nantoka.filmm.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}