Parameters
- obj
- a GoObject that is in this layer
- relativeZorder
- a value of
1
returns the next object (just in front of obj); a value of-1
returns the previous object (just behind obj)
Return Value
null if obj is null or does not belong to this layer or if there is no object at the Z-order position indicated by relativeZorder.