Searched refs:accessorBuffer (Results 1 – 1 of 1) sorted by relevance
359 private float[] accessorBuffer = new float[combinedAttrsLimit]; field in Tween384 if (accessorBuffer.length != combinedAttrsLimit) { in reset()385 accessorBuffer = new float[combinedAttrsLimit]; in reset()786 if (accessor != null) combinedAttrsCnt = accessor.getValues(target, type, accessorBuffer); in build()860 accessorBuffer[i] = startValues[i] + t * (targetValues[i] - startValues[i]); in updateOverride()871 accessorBuffer[i] = path.compute(t, pathBuffer, waypointsCnt+2); in updateOverride()875 accessor.setValues(target, type, accessorBuffer); in updateOverride()