Skip to content

格式

typescript
Transform.toString()

所属类: Transform

描述

对象的名称。

参数

参数名类型描述

返回值

类型描述
string对象的名称

代码示例

typescript
let transform = this.transform;
Debug.Log(transform.toString());