SelectionObject
, if it is different from the whole group itself.SelectionObject
, then the Location
is the same as the Position
. Setting the location would naturally be implemented as this.SelectionObject.Center = value
but for efficiency, it instead is implemented by setting this node's Position
so that the GoObject.SelectionObject
's Center
is at the new location.