2018-12-19から1日間の記事一覧

Input.GetTouch  英語と日本語Exampleが違うのかな?

Input.GetTouch Other Versions Leave feedback SUGGEST A CHANGE public static Touch GetTouch(int index); Parameters index The touch input on the device screen. Returns Touch Touch details in the struct. Description Call Input.GetTouch to obt…

Input.GetTouch  クローンがかわいくできたけど 本当はRayを飛ばしたい

Input.GetTouch public static Touch GetTouch (int index); 説明 特定のタッチ状態を表すオブジェクトを返します(一時的な変数は割り当てられません) GetTouch returns a Touch struct. As an example the Touch returned with the pressure. using Unity…

Object.Instantiate  違うものがひとつ混じっています。

Object.Instantiate public static Object Instantiate (Object original); public static Object Instantiate (Object original, Transform parent); public static Object Instantiate (Object original, Transform parent, bool instantiateInWorldSpace)…