Hey community,
Just wondering, is there a way to display the class type simply using console.log
?
For example,
I printed one array, one matrix and one vector3
I added some comments when printing so I know what they are.
But how about the time when simply print the content for any babylon class instances. How would I tell if it is an Matrix
, a Vector3
? or a Mesh
? or Animatable
? etc? When checking the items of the instance content, I couldnt be able to tell.
Many thanks,
Tawibox