Unityタイピング

背景
投稿者投稿者logic_labいいね0お気に入り登録
プレイ回数158難易度(1.5) 60秒 英語 英字
Unityで使うC#の命令を練習

問題文

ふりがな非表示 ふりがな表示
(public) public (float) float (speed) speed (=1.0f;) =1.0f; (Vector3) Vector3 (dir) dir (.zero;) .zero; (transform) transform (.Rotate();) .Rotate(); (dir*speed) dir*speed
(Time) Time (.deltaTime) .deltaTime (void) void (Update) Update ((){}) (){} (Player) Player (if(){}) if(){} (else if(){}) else if(){} (Is) Is (Fall) Fall
など
(Start) Start (+=) += (-=) -= (move) move (Velocity) Velocity (new) new (input) input (Vector3.zero;) Vector3.zero; (transform.Rotate();) transform.Rotate(); (if(IsFall){}) if(IsFall){} (if(!IsFall){}) if(!IsFall){}
問題文を全て表示 一部のみ表示 誤字・脱字等の報告