Skip to content

Format

typescript
Transform.toString()

class: Transform

Description

The name of the object.

Parameters

param_nametypedescription

Return

typedescription
stringThe name of the object.

Code Example

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