ael
ael

Reputation: 534

ThreeJS: does 3js modify uuid of objects in runtime?

Is it possible that 3js modify uuid of objects behind the scene? I thought that uuid is constant and only it may be changed manualy by developer.

Upvotes: 1

Views: 1325

Answers (1)

corashina
corashina

Reputation: 1887

Please read the docs first, https://threejs.org/docs/#api/en/core/Object3D.id. It clearly says it is read-only.

Upvotes: 3

Related Questions