Skip to content

Format

typescript
Transform.hasChanged

class: 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_nametypedescription

Return

typedescription
booleanWhether the Transform has changed

Code Example