私はどこに移動したいのですか?このような例,,C#私が欲しい場所に移動する方法
else if (this.inputLine.StartsWith("/teleport"))
............................... transform.position = new Vector3(71,79,-79);
how to put 71,79,-79 after command? so like this,
else if (this.inputLine.StartsWith("/teleport 71 79 -79"));
use (Convert.ToInt32(this.inputLine.Remove(0, 3))???? how? please help me
文字列を解析する方法を尋ねていますか? [String.Splitメソッド](https://msdn.microsoft.com/en-us/library/system.string.split(v = vs.110).aspx)または[Regex](https://msdn.microsoft –
これを達成するのに役立つ方法がある 'DR SPOCK 'を見てみましょう。 – MethodMan
ハリー・ポッターの1人映画はあなたに秘密を教えてくれます.... – Trey