protected internal override void setInstructionRef(Com.Brashmonkey.Spriter.draw.DrawInstruction
			 dI, Com.Brashmonkey.Spriter.objects.SpriterObject obj1, Com.Brashmonkey.Spriter.objects.SpriterObject
			 obj2)
        {
            dI.@ref = (this.weight <= 0.5f || obj2 == null) ? obj1.getRef() : obj2.getRef();
            dI.loader = (this.weight <= 0.5f || obj2 == null) ? obj1.getLoader() : obj2.getLoader
                ();
            dI.obj = (this.weight <= 0.5f || obj2 == null) ? obj1 : obj2;
        }