Gets / sets if objects mounted to this object should be positioned and depth-sorted in an isometric fashion or a 2d fashion.
isometricMounts (Booleanval)
BooleanvalSet to true to enabled isometric positioning and depth sorting of objects mounted to this object, or false to enable 2d positioning and depth-sorting of objects mounted to this object.
Returns *
Set children to be positioned and depth sorted in 2d
var entity = new IgeEntity()
.isometricMounts(false);
Set children to be positioned and depth sorted in isometric
var entity = new IgeEntity()
.isometricMounts(true);