Format
typescript
Transform.hasChangedclass: Transform
Description
(Read Only) Whether the Transform has changed. Changes to the Transform can be any adjustments that would cause its matrix to be recalculated: any adjustments to its position, rotation, or scale. Before setting this value, it checks if the old value and the new value are different.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
boolean | Whether the Transform has changed |
