{"id":1609,"date":"2024-05-10T07:40:12","date_gmt":"2024-05-10T07:40:12","guid":{"rendered":"https:\/\/histy.jp\/?p=1609"},"modified":"2024-05-10T07:40:12","modified_gmt":"2024-05-10T07:40:12","slug":"unity%e3%81%a7%e7%a2%ba%e7%ab%8b%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%97%e3%81%a6%e3%80%81%e3%81%9d%e3%81%ae%e4%ba%8b%e8%b1%a1%e3%81%8c%e6%88%90%e3%82%8a%e7%ab%8b%e3%81%a3%e3%81%9f%e3%81%8b%e3%82%92","status":"publish","type":"post","link":"https:\/\/histy.jp\/?p=1609","title":{"rendered":"Unity\u3067\u78ba\u7acb\u3092\u8a2d\u5b9a\u3057\u3066\u3001\u305d\u306e\u4e8b\u8c61\u304c\u6210\u308a\u7acb\u3063\u305f\u304b\u3092\u5224\u5b9a\u3059\u308b\u51e6\u7406"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>public static class RandomCalculate\r\n{\r\n\r\n    \/\/ \u78ba\u7387\u3092\u6307\u5b9a\u3057\u3066\u3001\u305d\u306e\u4e8b\u8c61\u304c\u6210\u308a\u7acb\u3063\u305f\u304b\u3092\u5224\u5b9a\u3059\u308b\u51e6\u7406\r\n    \/\/percent: \u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8\u3002\u7bc4\u56f2\u306f1\u304b\u3089100\u307e\u3067\u3002\r\n\r\n    public static bool CanDo(int percent)\r\n    {\r\n        \/\/ \u4e8b\u8c61\u304c\u6210\u308a\u7acb\u3063\u305f\u304b\u3092\u5224\u5b9a\r\n        \/\/ true: \u6210\u529f\r\n        \/\/ false: \u5931\u6557\r\n        bool result = false;\r\n\r\n        int number = UnityEngine.Random.Range(1, 101);\r\n        if (number &lt;= percent) result = true;\r\n        else result = false;\r\n\r\n        return result;\r\n    }\r\n\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"_links":{"self":[{"href":"https:\/\/histy.jp\/index.php?rest_route=\/wp\/v2\/posts\/1609"}],"collection":[{"href":"https:\/\/histy.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/histy.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/histy.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/histy.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1609"}],"version-history":[{"count":1,"href":"https:\/\/histy.jp\/index.php?rest_route=\/wp\/v2\/posts\/1609\/revisions"}],"predecessor-version":[{"id":1610,"href":"https:\/\/histy.jp\/index.php?rest_route=\/wp\/v2\/posts\/1609\/revisions\/1610"}],"wp:attachment":[{"href":"https:\/\/histy.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/histy.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/histy.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}