中文
Appearance
Vector3.toString()
Vector3
返回该向量的格式化字符串。
string
let lhs = new Vector3(1,2,3); Debug.Log("Vector3 toString result is",lhs.toString());