IgeObject

Method: isometricMounts

Gets / sets if objects mounted to this object should be positioned and depth-sorted in an isometric fashion or a 2d fashion.
isometricMounts (Boolean val)
  • Booleanval Set 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);
© Copyright 2013 Irrelon Software Limited. All Rights Reserved. UK Registered Company Number: 07522767
Isogenic (ī´sōjen´ik): Adj originating from a common source; possessing the same genetic composition.
Strange Things Happen at the One Two Point